ControlExtensionsSafeInvoke Method

Overload List

SafeInvoke(Control, Action) Safely executes the specified Action delegate on the thread that owns the source control's underlying window handle.

This method automatically determines if the caller must call Invoke(Delegate) method when making method calls to the source control on a different thread than the one the control was created on.

SafeInvoke(Control, Delegate) Safely executes the specified Delegate on the thread that owns the source control's underlying window handle.

This method automatically determines if the caller must call Invoke(Delegate) method when making method calls to the source control on a different thread than the one the control was created on.

SafeInvoke(Control, Delegate, Object) Safely executes the specified Delegate delegate on the thread that owns the source control's underlying window handle.

This method automatically determines if the caller must call Invoke(Delegate, Object) method when making method calls to the source control on a different thread than the one the control was created on.

See Also