Click or drag to resize

OhioSessionsOpenSession Method

Gets the OhioSession using the session name. The session name is obtained by OhioSession.SessionName property.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public OhioSession OpenSession(
	string sessionname
)

Parameters

sessionname  String
Session name.

Return Value

OhioSession
An OhioSession object.
See Also