Class SessionSchedulerWarningEventArgs
Inherited Members
Namespace: OnixS.Cme.ILink3.Schedule
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionSchedulerWarningEventArgs : EventArgs
Properties
Description
A warning description.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Reason
Returns the warning reason.
Declaration
public SessionWarningReason Reason { get; }
Property Value
Type | Description |
---|---|
SessionWarningReason | warning reason |
Session
Declaration
public Session Session { get; }
Property Value
Type | Description |
---|---|
Session |