ControlExtensionsSafeBeginInvoke Method

Overload List

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

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

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

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

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

This method automatically determines if the caller must call BeginInvoke(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