Click or drag to resize

indexManagerOpenIndex Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Opens the index.

Namespace:  imbWEM.Core.index
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public indexPerformanceEntry OpenIndex(
	string IndexID,
	string sessionId = "*"
)

Parameters

IndexID
Type: SystemString
The index identifier.
sessionId (Optional)
Type: SystemString
The session identifier.

Return Value

Type: indexPerformanceEntry

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

See Also