Method | Description | |
---|---|---|
BeginInvoke ( this control, System.Action action ) : void | ||
Invoke ( this control, System.Action action ) : object |
public static BeginInvoke ( this control, System.Action action ) : void | ||
control | this | |
action | System.Action | |
return | void |
public static Invoke ( this control, System.Action action ) : object | ||
control | this | |
action | System.Action | |
return | object |