The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Dispatcher.BeginInvoke Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Executes the specified delegate.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginInvoke(Action) | Executes the specified delegate asynchronously on the thread the Dispatcher is associated with. |
|
BeginInvoke(Delegate, Object()) | Executes the specified delegate asynchronously with the specified array of arguments on the thread the Dispatcher is associated with. |
Show: