Keyoti SearchUnit API Docs
LinkBasedImportSampler..::..InvokeMethod Delegate
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesLinkBasedImportSamplerLinkBasedImportSampler..::..InvokeMethod
Keyoti SearchUnit v6
An "Invoke" method, used to invoke on the UI thread.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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
Parameters
method (Delegate)
args (array<Object>[]()[][])
Return Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120