Click or drag to resize

OhioSessions Methods

The OhioSessions type exposes the following members.

Methods
  NameDescription
Public methodAddSession(String)
Creates and returns a new OhioSession.
Public methodAddSession(ConnectionSettings)
Creates and returns a new OhioSession.
Public methodAddSession(SessionSettings)
Creates and returns a new OhioSession.
Public methodCloseSession
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.
Public methodOpenSession
Gets the OhioSession using the session name. The session name is obtained by OhioSession.SessionName property.
Top
See Also