Click or drag to resize

ThreadWithDispatcherBeginInvoke Method (Action)

Invokes the specified method asynchronously in the dispatcher thread.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public DispatcherOperation BeginInvoke(
	Action method
)

Parameters

method
Type: SystemAction
The method.

Return Value

Type: DispatcherOperation
The dispatcher operation to track the outcome of the call.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe dispatcher has already shut down.
See Also