Click or drag to resize

DispatcherExtensions.Invoke Method

Overload List
 NameDescription
Public Extension MethodInvoke(Dispatcher, Action) Invokes the specified method in the dispatcher thread.
Public Extension MethodInvoke<T>(Dispatcher, Func<T>) Invokes the specified method in the dispatcher thread.
Top
See Also