CoreDispatcherBeginInvoke Method |
Executes the specified delegate asynchronously on the thread that the System.Windows.Threading.Dispatcher was created on.
Namespace: Windows.UI.CoreAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public void BeginInvoke(
Action method
)
Parameters
- method
- Type: SystemAction
The delegate to a method, which is
pushed onto the System.Windows.Threading.Dispatcher event queue.
See Also