A "BeginInvoke" method, used to invoke on the UI thread.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public delegate IAsyncResult BeginInvokeMethod( Delegate method, Object[] args )
public delegate IAsyncResult BeginInvokeMethod( Delegate method, Object[] args )
Public Delegate Function BeginInvokeMethod ( method As Delegate, args As Object() ) As IAsyncResult
Public Delegate Function BeginInvokeMethod ( method As Delegate, args As Object() ) As IAsyncResult
public delegate IAsyncResult^ BeginInvokeMethod( Delegate^ method, array<Object^>^ args )
public delegate IAsyncResult^ BeginInvokeMethod( Delegate^ method, array<Object^>^ args )
type BeginInvokeMethod = delegate of method : Delegate * args : Object[] -> IAsyncResult
type BeginInvokeMethod = delegate of method : Delegate * args : Object[] -> IAsyncResult
Return Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120