Executes the given delegate on the main thread that this object executes on. The delegate is called asynchronously and this method returns immediately. You may call this from any thread.
[Visual Basic] Function BeginInvoke( _ ByVal method As Delegate, _ ByVal args() As Object _ ) As IAsyncResult [C#] IAsyncResult BeginInvoke( Delegate method, object[] args ); [C++] IAsyncResult* BeginInvoke( Delegate* method, Object* args[] ) = 0; [JScript] function BeginInvoke( method : Delegate, args : Object[] ) : IAsyncResult;
ISynchronizeInvoke Interface | ISynchronizeInvoke Members | System.ComponentModel Namespace