Uses of Class
system.windows.threading.DispatcherOperation
-
Packages that use DispatcherOperation Package Description system.windows.threading -
-
Uses of DispatcherOperation in system.windows.threading
Methods in system.windows.threading that return DispatcherOperation Modifier and Type Method Description static DispatcherOperation
DispatcherOperation. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDispatcherOperation
, a cast assert is made to check if types are compatible.DispatcherOperation
DispatcherHookEventArgs. getOperation()
DispatcherOperation
Dispatcher. InvokeAsync(Action callback)
DispatcherOperation
Dispatcher. InvokeAsync(Action callback, DispatcherPriority priority)
DispatcherOperation
Dispatcher. InvokeAsync(Action callback, DispatcherPriority priority, CancellationToken cancellationToken)
Constructors in system.windows.threading with parameters of type DispatcherOperation Constructor Description DispatcherHookEventArgs(DispatcherOperation operation)
-