DispatcherOperationCallback Delegate
.NET Framework (current version)
Represents a delegate to use for dispatcher operations.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- arg
-
Type:
System::Object^
An argument passed to the callback.
It is not necessary to use this delegate for dispatcher operations, but DispatcherOperationCallback and SendOrPostCallback use dynamic invoking.
Partial Trust applications do not support dynamic invoking, so you must use either DispatcherOperationCallback or SendOrPostCallback if the application is going to be running in Partial Trust.
.NET Framework
Available since 3.0
Available since 3.0
Show: