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: 4.1.4031.1525
Syntax public void CloseSession(
string sessionname
)
Public Sub CloseSession (
sessionname As String
)
Parameters
- sessionname
- Type: SystemString
Session name.
See Also