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.OhioAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public void CloseSession(
string sessionname
)
Public Sub CloseSession (
sessionname As String
)
Parameters
- sessionname String
- Session name.
See Also