Dispatcher.BeginInvoke Method
Silverlight
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. |