The Session type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ChangeStation |
Changes the station for the session.
| |
| ChangeStationAsync |
Asynchronously changes the station for the session.
| |
| CheckSession |
Verify that there is a connected session.
| |
| Connect |
Connects the session using the specified settings.
| |
| ConnectAsync |
Asynchronously connects the session using the specified settings.
| |
| Disconnect()()()() |
Disconnects the Session.
| |
| Disconnect(Boolean) |
Disconnects the Session.
| |
| DisconnectAsync(AsyncCompletedEventHandler, Object) |
Asynchronously disconnects the Session.
| |
| DisconnectAsync(Boolean, AsyncCompletedEventHandler, Object) |
Asynchronously disconnects the Session.
| |
| Dispose()()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) |
Releases the resources used by the Session.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| ForceUserLogout |
Force logout a user from all the applications.
| |
| ForceUserLogoutAsync |
Asynchronously logs out user from all the applications.
| |
| GetAllowableAuthentications(AllowableAuthenticationsParameters) |
Gets the allowable authentication types.
| |
| GetAllowableAuthentications(HostSettings) |
Gets the allowable authentication types.
| |
| GetAllowableAuthentications(HostSettings, String) |
Gets the allowable authentication types.
| |
| GetAuthenticationToken |
Gets the authentication token for the Session.
| |
| GetAuthenticationTokenAsync |
Asynchronously gets the authentication token for the Session.
| |
| GetAuthSettings |
Gets a copy of the AuthSettings.
| |
| GetCachedAllowableAuthentications(String) |
Gets the cached allowable authentication types.
| |
| GetCachedAllowableAuthentications(CachedAllowableAuthenticationsParameters) |
Gets the cached allowable authentication types.
| |
| GetCachedAllowableAuthentications(String, String) |
Gets the cached allowable authentication types.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetHostSettings |
Gets a copy of the HostSettings.
| |
| GetSessionSettings |
Gets a copy of the SessionSettings.
| |
| GetStationInfo |
Gets a copy of the StationInfo.
| |
| GetStationSettings |
Gets a copy of the StationSettings.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetAutoReconnectInterval(Int32) |
Sets the amount of time (in seconds) to wait between reconnection attempts when the connection has been lost.
| |
| SetAutoReconnectInterval(Int32, Int32) |
Sets the amount of time (in seconds) to wait between reconnection attempts when the connection has been lost,
allowing a difference between the amount of time before an initial reconnect and
all subsequent reconnect attempts.
| |
| SetReadyForInteractions |
Signals the application's readiness to make or receive Interactions.
| |
| SetReadyForInteractionsAsync |
Asynchronously signals the application's readiness to make or receive Interactions.
| |
| SetStationConnectionMode |
Sets the station connection mode for the session, which controls when the user is logged out of the station.
| |
| SetStationConnectionModeAsync |
Asynchronously sets the station connection mode for the session, which controls when the user is logged out of the station.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |