forwardUtcTimeUsage Property    Table of ContentDispose Method forward
Scheduler Methods

The Scheduler type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs graceful shutdown of scheduling services.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Performs graceful shutdown of scheduling services.
(Overrides Object.Finalize().)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodSessionDesiredState(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.
Public methodSessionDesiredState(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregister
Removes session from automatic connection management services. If session were not registered before, exception will be thrown.
Top
See Also