forwardFinalize Method    Table of ContentRegister Method (Session, SessionSchedule, SessionConnectionSettings)forward
Scheduler.Register Method
Overload List
  NameDescription
Public methodRegister(Session, SessionSchedule, SessionConnectionSettings)
Adds session to automatic connection management. If session is being added during active time frame, it will be connected immediately. If session is being registered during inactive time frame and has active state, it will be disconnected. If session already registered, exception will be thrown.
Public methodRegister(Session, SessionSchedule[], SessionConnectionSettings)
Adds session to automatic connection management. If session is being added during active time frame, it will be connected immediately. If session is being registered during inactive time frame and has active state, it will be disconnected. If session already registered, exception will be thrown.
Public methodRegister(Session, String, String)
Adds session to automatic connection management.
Remarks
If session is being added during active time frame, it will be connected immediately. If session is being registered during inactive time frame and has active state, it will be disconnected. If session already registered, exception will be thrown.
Public methodRegister(Session, String[], String)
Adds session to automatic connection management.
Remarks
If session is being added during active time frame, it will be connected immediately. If session is being registered during inactive time frame and has active state, it will be disconnected. If session already registered, exception will be thrown.
Top
See Also