Ohio |
The OhioSessions type exposes the following members.
Name | Description | |
---|---|---|
![]() | OhioSessions | Initializes a new instance of the OhioSessions class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the total number of OhioSession in the collection. |
![]() | ExpireDate | Gets the expiration date (for a subscription or evaluation license). |
![]() | Item | Gets the OhioSession object at the given index. "One based" indexing is used in all Ohio collections. For example, the first OhioSession in this collection is at index 1. |
![]() | LicenseCode | Gets the license code. |
![]() | SessionLimit | Gets the licensed maximum number of sessions. |
![]() | Version | Gets the version number. |
Name | Description | |
---|---|---|
![]() | AddSession(ConnectionSettings) | Creates and returns a new OhioSession. |
![]() | AddSession(String) | Creates and returns a new OhioSession. |
![]() | AddSession(ConnectionSettings, AttributeSettings) | Creates and returns a new OhioSession. |
![]() | CloseSession | 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. |
![]() | OpenSession | Gets the OhioSession using the session name. The session name is obtained by OhioSession.SessionName property. |