Keyoti SearchUnit API Docs
GetImportSample Method (dataSet, sampleSize, invoker)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesIIndexableSourceGetImportSample(DataSet, Int32, LinkBasedImportSampler..::..InvokeMethod)
Keyoti SearchUnit v6
Gets a sample of the import data that Import will retrieve.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void GetImportSample(
	DataSet dataSet,
	int sampleSize,
	LinkBasedImportSampler..::..InvokeMethod invoker
)
void GetImportSample(
	DataSet dataSet,
	int sampleSize,
	LinkBasedImportSampler..::..InvokeMethod invoker
)
Sub GetImportSample ( 
	dataSet As DataSet,
	sampleSize As Integer,
	invoker As LinkBasedImportSampler..::..InvokeMethod
)
Sub GetImportSample ( 
	dataSet As DataSet,
	sampleSize As Integer,
	invoker As LinkBasedImportSampler..::..InvokeMethod
)
void GetImportSample(
	DataSet^ dataSet, 
	int sampleSize, 
	LinkBasedImportSampler..::..InvokeMethod^ invoker
)
void GetImportSample(
	DataSet^ dataSet, 
	int sampleSize, 
	LinkBasedImportSampler..::..InvokeMethod^ invoker
)
abstract GetImportSample : 
        dataSet : DataSet * 
        sampleSize : int * 
        invoker : LinkBasedImportSampler..::..InvokeMethod -> unit 
abstract GetImportSample : 
        dataSet : DataSet * 
        sampleSize : int * 
        invoker : LinkBasedImportSampler..::..InvokeMethod -> unit 
Parameters
dataSet (DataSet)
The DataSet where a DataTable containing the data will be added.
sampleSize (Int32)
The number of records to retrieve.
invoker (LinkBasedImportSampler..::..InvokeMethod)
A UI control with an Invoke method, which can be used to invoke a method on the UI thread. Can only be null when operating outside of Windows Forms.

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