Click or drag to resize
CoreDispatcherBeginInvoke Method
Executes the specified delegate asynchronously on the thread that the System.Windows.Threading.Dispatcher was created on.

Namespace: Windows.UI.Core
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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