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: 4.1.4031.1525
Syntax
public OhioSession OpenSession(
	string sessionname
)

Parameters

sessionname
Type: SystemString
Session name.

Return Value

Type: OhioSession
An OhioSession object.
See Also