SessionManagerConfiguration

Overview

Location

  • Reference: RemObjects.SDK.Server.dll
  • Namespace: RemObjects.SDK.Server
  • Platforms: .NET Core, .NET Framework, .NET Standard


 

constructor

 

constructor(managerType: SessionManagerType; timeout: Int32; olympiaApplicationId: Guid; olympiaHost: String; olympiaPort: Int32)

 

SessionManagerConfiguration(SessionManagerType managerType, Int32 timeout, Guid olympiaApplicationId, String olympiaHost, Int32 olympiaPort)

 

init(_ managerType: SessionManagerType, _ timeout: Int32, _ olympiaApplicationId: Guid, _ olympiaHost: String, _ olympiaPort: Int32)

 

Sub New(managerType As SessionManagerType, timeout As Int32, olympiaApplicationId As Guid, olympiaHost As String, olympiaPort As Int32)

Parameters:

  • managerType:
  • timeout:
  • olympiaApplicationId:
  • olympiaHost:
  • olympiaPort:

ManagerType

 

property ManagerType: SessionManagerType read write;

 

SessionManagerType ManagerType { get; set; }

 

var ManagerType: SessionManagerType { get{} set{} }

 

Property ManagerType() As SessionManagerType

OlympiaApplicationId

 

property OlympiaApplicationId: Guid read write;

 

Guid OlympiaApplicationId { get; set; }

 

var OlympiaApplicationId: Guid { get{} set{} }

 

Property OlympiaApplicationId() As Guid

OlympiaHost

 

property OlympiaHost: String read write;

 

String OlympiaHost { get; set; }

 

var OlympiaHost: String { get{} set{} }

 

Property OlympiaHost() As String

OlympiaPort

 

property OlympiaPort: Int32 read write;

 

Int32 OlympiaPort { get; set; }

 

var OlympiaPort: Int32 { get{} set{} }

 

Property OlympiaPort() As Int32

Timeout

 

property Timeout: Int32 read write;

 

Int32 Timeout { get; set; }

 

var Timeout: Int32 { get{} set{} }

 

Property Timeout() As Int32

 

ManagerType

 

property ManagerType: SessionManagerType read write;

 

SessionManagerType ManagerType { get; set; }

 

var ManagerType: SessionManagerType { get{} set{} }

 

Property ManagerType() As SessionManagerType

OlympiaApplicationId

 

property OlympiaApplicationId: Guid read write;

 

Guid OlympiaApplicationId { get; set; }

 

var OlympiaApplicationId: Guid { get{} set{} }

 

Property OlympiaApplicationId() As Guid

OlympiaHost

 

property OlympiaHost: String read write;

 

String OlympiaHost { get; set; }

 

var OlympiaHost: String { get{} set{} }

 

Property OlympiaHost() As String

OlympiaPort

 

property OlympiaPort: Int32 read write;

 

Int32 OlympiaPort { get; set; }

 

var OlympiaPort: Int32 { get{} set{} }

 

Property OlympiaPort() As Int32

Timeout

 

property Timeout: Int32 read write;

 

Int32 Timeout { get; set; }

 

var Timeout: Int32 { get{} set{} }

 

Property Timeout() As Int32

 

constructor

 

constructor(managerType: SessionManagerType; timeout: Int32; olympiaApplicationId: Guid; olympiaHost: String; olympiaPort: Int32)

 

SessionManagerConfiguration(SessionManagerType managerType, Int32 timeout, Guid olympiaApplicationId, String olympiaHost, Int32 olympiaPort)

 

init(_ managerType: SessionManagerType, _ timeout: Int32, _ olympiaApplicationId: Guid, _ olympiaHost: String, _ olympiaPort: Int32)

 

Sub New(managerType As SessionManagerType, timeout As Int32, olympiaApplicationId As Guid, olympiaHost As String, olympiaPort As Int32)

Parameters:

  • managerType:
  • timeout:
  • olympiaApplicationId:
  • olympiaHost:
  • olympiaPort: