Click or drag to resize

IDispatcherMessageLoopInvokeAndForget Method

Overload List
 NameDescription
Public methodInvokeAndForget(Action) Invokes the specified callback on the message loop.
Public methodInvokeAndForgetT(ActionT, T) Executes an action asynchronously on the message loop thread without waiting.
Public methodInvokeAndForgetT1, T2(ActionT1, T2, T1, T2) Executes an action asynchronously on the message loop thread without waiting.
Public methodInvokeAndForgetT1, T2, T3(ActionT1, T2, T3, T1, T2, T3) Executes an action asynchronously on the message loop thread without waiting.
Public methodInvokeAndForgetT1, T2, T3, T4(ActionT1, T2, T3, T4, T1, T2, T3, T4) Executes an action asynchronously on the message loop thread without waiting.
Public methodInvokeAndForgetT1, T2, T3, T4, T5(ActionT1, T2, T3, T4, T5, T1, T2, T3, T4, T5) Executes an action asynchronously on the message loop thread without waiting.
Top
See Also