ThreadHelper.BeginInvoke Method
Include Protected Members
Include Inherited Members
Schedules an action for execution on the UI thread asynchronously.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BeginInvoke(Action) | Schedules an action for execution on the UI thread asynchronously. | |
BeginInvoke(DispatcherPriority, Action) | Schedules an action for execution on the UI thread asynchronously. |
Top