Dispatcher.BeginInvoke Method

Include Protected Members
Include Inherited Members

[ 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.

Overload List

  Name Description
BeginInvoke(Action) Executes the specified delegate asynchronously on the thread the Dispatcher is associated with.
BeginInvoke(Delegate, array<Object>[]()[]) Executes the specified delegate asynchronously with the specified array of arguments on the thread the Dispatcher is associated with.

Top

See Also

Reference

Dispatcher Class

Dispatcher Members

System.Windows.Threading Namespace