Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
Control Class
Methods
BeginInvoke Method

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
Control.BeginInvoke Method

Executes a delegate asynchronously on the thread that the control's underlying handle was created on.

Overload List

Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.

[Visual Basic] Overloads Public Function BeginInvoke(Delegate) As IAsyncResult
[C#] public IAsyncResult BeginInvoke(Delegate);
[C++] public: IAsyncResult* BeginInvoke(Delegate*);
[JScript] public function BeginInvoke(Delegate) : IAsyncResult;

Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.

[Visual Basic] Overloads Public Overridable Function BeginInvoke(Delegate, Object()) As IAsyncResult Implements ISynchronizeInvoke.BeginInvoke
[C#] public virtual IAsyncResult BeginInvoke(Delegate, object[]);
[C++] public: virtual IAsyncResult* BeginInvoke(Delegate*, Object[]);
[JScript] public function BeginInvoke(Delegate, Object[]) : IAsyncResult;

See Also

Control Class | Control Members | System.Windows.Forms Namespace

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker