Class SessionSchedulerLoggingOutEventArgs
Scheduler logging out event arguments.
Inherited Members
Namespace: OnixS.Cme.ILink3.Schedule
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionSchedulerLoggingOutEventArgs : EventArgs
Properties
AllowLogout
Indicates whether the scheduler must perform the logout.
Declaration
public bool AllowLogout { get; set; }
Property Value
Type | Description |
---|---|
bool |
Session
Declaration
public Session Session { get; }
Property Value
Type | Description |
---|---|
Session |