BeginInvoke Method
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public method BeginInvoke(Action) Executes the specified delegate asynchronously on the thread the Dispatcher is associated with.
Public method BeginInvoke(Delegate, Object()) Executes the specified delegate asynchronously with the specified array of arguments on the thread the Dispatcher is associated with.
Top

Show:
© 2017 Microsoft