Dispatcher::Invoke<TResult> Method (Func<TResult>^)
.NET Framework (current version)
Executes the specified Func<TResult> synchronously on the thread the Dispatcher is associated with.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- callback
-
Type:
System::Func<TResult>^
A delegate to invoke through the dispatcher.
Return Value
Type: TResultType Parameters
- TResult
The return value type of the specified delegate.
The value returned by callback.
.NET Framework
Available since 4.5
Available since 4.5
Show: