Dispatcher::Invoke Method (Action^)

.NET Framework (current version)
 

Executes the specified Action synchronously on the thread the Dispatcher is associated with.

Namespace:   System.Windows.Threading
Assembly:  WindowsBase (in WindowsBase.dll)

public:
void Invoke(
	Action^ callback
)

Parameters

callback
Type: System::Action^

A delegate to invoke through the dispatcher.

.NET Framework
Available since 4.5
Return to top
Show: