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