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

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