Click or drag to resize

indexManagerStartSession Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the session.

Namespace:  imbWEM.Core.index
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public indexPerformanceEntry StartSession(
	string crawlId,
	ICrawlJobContext state = null
)

Parameters

crawlId
Type: SystemString
The crawl identifier.
state (Optional)
Type: imbWEM.Core.consolePluginICrawlJobContext

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

Return Value

Type: indexPerformanceEntry

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

See Also