Dispatcher.BeginInvoke Method (Action)
Silverlight
Executes the specified delegate asynchronously on the thread the Dispatcher is associated with.
Namespace: System.Windows.Threading
Assembly: System.Windows (in System.Windows.dll)
Parameters
- a
- Type: System.Action
A delegate to a method that takes no arguments and does not return a value, which is pushed onto the Dispatcher event queue.
Return Value
Type: System.Windows.Threading.DispatcherOperationAn object, which is returned immediately after BeginInvoke is called, that represents the operation that has been posted to the Dispatcher queue.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.