ISessionManagerConfiguration
Overview
The ISessionManagerConfiguration interface is used by the Remoting SDK Server Configuration System to represent requested server message(s) configuration. There is no need to implement this interface in the user code unless the server configuration should be loaded from other source (f.e. database) or in different format than are used by default.
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: ISessionManagerConfiguration
Properties
ManagerType
property ManagerType: SessionManagerType read write;
SessionManagerType ManagerType { get; set; }
Property ManagerType() As SessionManagerType
OlympiaApplicationId
property OlympiaApplicationId: Guid read write;
Guid OlympiaApplicationId { get; set; }
Property OlympiaApplicationId() As Guid
OlympiaHost
property OlympiaHost: String read write;
String OlympiaHost { get; set; }
Property OlympiaHost() As String
OlympiaPort
property OlympiaPort: Int32 read write;
Int32 OlympiaPort { get; set; }
Property OlympiaPort() As Int32
Timeout
property Timeout: Int32 read write;
Int32 Timeout { get; set; }
Property Timeout() As Int32