Method | Description | |
---|---|---|
InvokeIfRequired ( this obj, MethodInvoker action ) : void |
Make thread-safing your UI controls easier
|
public static InvokeIfRequired ( this obj, MethodInvoker action ) : void | ||
obj | this | |
action | MethodInvoker | |
return | void |