Click or drag to resize

experimentSessionRegistry Constructor (String, String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the experimentSessionRegistry class

Namespace:  imbWEM.Core.index.experimentSession
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public experimentSessionRegistry(
	string newSessionId,
	string __filePath,
	bool autoLoad
)

Parameters

newSessionId
Type: SystemString

[Missing <param name="newSessionId"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionRegistry.#ctor(System.String,System.String,System.Boolean)"]

__filePath
Type: SystemString

[Missing <param name="__filePath"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionRegistry.#ctor(System.String,System.String,System.Boolean)"]

autoLoad
Type: SystemBoolean

[Missing <param name="autoLoad"/> documentation for "M:imbWEM.Core.index.experimentSession.experimentSessionRegistry.#ctor(System.String,System.String,System.Boolean)"]

See Also