Click or drag to resize

experimentSessionRegistryStartSession 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.experimentSessionRegistry.StartSession(System.String,imbWEM.Core.index.core.indexPerformanceEntry,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 experimentSessionEntry StartSession(
	string CrawlID,
	indexPerformanceEntry indexID,
	ICrawlJobContext state = null
)

Parameters

CrawlID
Type: SystemString

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

indexID
Type: imbWEM.Core.index.coreindexPerformanceEntry

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

state (Optional)
Type: imbWEM.Core.consolePluginICrawlJobContext

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

Return Value

Type: experimentSessionEntry

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

See Also