Click or drag to resize

experimentSessionEntryStartSession Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.StartSession(System.String,imbWEM.Core.index.core.indexPerformanceEntry,System.String,imbWEM.Core.consolePlugin.ICrawlJobContext)"]

Namespace:  imbWEM.Core.index.experimentSession
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void StartSession(
	string __CrawlID,
	indexPerformanceEntry __indexID,
	string __SessionID,
	ICrawlJobContext __state
)

Parameters

__CrawlID
Type: SystemString

[Missing <param name="__CrawlID"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.StartSession(System.String,imbWEM.Core.index.core.indexPerformanceEntry,System.String,imbWEM.Core.consolePlugin.ICrawlJobContext)"]

__indexID
Type: imbWEM.Core.index.coreindexPerformanceEntry

[Missing <param name="__indexID"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.StartSession(System.String,imbWEM.Core.index.core.indexPerformanceEntry,System.String,imbWEM.Core.consolePlugin.ICrawlJobContext)"]

__SessionID
Type: SystemString

[Missing <param name="__SessionID"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.StartSession(System.String,imbWEM.Core.index.core.indexPerformanceEntry,System.String,imbWEM.Core.consolePlugin.ICrawlJobContext)"]

__state
Type: imbWEM.Core.consolePluginICrawlJobContext

[Missing <param name="__state"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionEntry.StartSession(System.String,imbWEM.Core.index.core.indexPerformanceEntry,System.String,imbWEM.Core.consolePlugin.ICrawlJobContext)"]

See Also