Click or drag to resize

experimentSessionRegistryCloseSession Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionRegistry.CloseSession(System.Collections.Generic.IEnumerable{imbWEM.Core.crawler.model.modelSpiderTestRecord})"]

Namespace:  imbWEM.Core.index.experimentSession
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void CloseSession(
	IEnumerable<modelSpiderTestRecord> tRecords
)

Parameters

tRecords
Type: System.Collections.GenericIEnumerablemodelSpiderTestRecord

[Missing <param name="tRecords"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionRegistry.CloseSession(System.Collections.Generic.IEnumerable{imbWEM.Core.crawler.model.modelSpiderTestRecord})"]

See Also