UtcTimeUsage Property | Table of Content | Dispose Method |
Scheduler Methods |
The Scheduler type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Performs graceful shutdown of scheduling services.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Performs graceful shutdown of scheduling services.
(Overrides Object.Finalize().) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.
| |
SessionDesiredState(Session) |
Returns a desired state (ACTIVE or DISCONNECTED), for the current time point,
of the given session in accordance with the registered, for this session, schedule.
| |
SessionDesiredState(Session, DateTime) |
Returns a desired state (ACTIVE or DISCONNECTED), for the given time point,
of the given session in accordance with the registered, for this session, schedule.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unregister |
Removes session from automatic connection management services.
If session were not registered before, exception will be thrown.
|