A "BeginInvoke" method, used to invoke on the UI thread.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public delegate IAsyncResult BeginInvokeMethod( Delegate method, Object[] args )
Public Delegate Function BeginInvokeMethod ( _ method As Delegate, _ args As Object() _ ) As IAsyncResult
public delegate IAsyncResult^ BeginInvokeMethod( Delegate^ method, array<Object^>^ args )
Parameters
- method (Delegate)
- args (array< Object >[]()[])