Finalize Method | Table of Content | Register Method (Session, SessionSchedule, SessionConnectionSettings) |
Scheduler.Register Method |
Name | Description | |
---|---|---|
Register(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.
| |
Register(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.
| |
Register(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.
| |
Register(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.
|