Method | Description | |
---|---|---|
BeginInvoke ( this invoker, System.Action action ) : IAsyncResult |
Begin invoking an action
|
|
Invoke ( this invoker, System.Action action ) : void |
Invoke an action
|
|
InvokeSafe ( this invoker, System.Action action ) : void |
As invoke, but always called on the correct thread
|
public static BeginInvoke ( this invoker, System.Action action ) : IAsyncResult | ||
invoker | this | |
action | System.Action | |
return | IAsyncResult |
public static Invoke ( this invoker, System.Action action ) : void | ||
invoker | this | |
action | System.Action | |
return | void |
public static InvokeSafe ( this invoker, System.Action action ) : void | ||
invoker | this | |
action | System.Action | |
return | void |