Click or drag to resize

OhioSessionsCloseSession Method

Closes an OhioSession object. The OhioSession is considered invalid and is removed from the list of OhioSession objects. 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 void CloseSession(
	string sessionname
)

Parameters

sessionname  String
Session name.
See Also