• Version 1.7.1
Show / Hide Table of Contents

Class SessionSchedulerLoggingOutEventArgs

Scheduler logging out event arguments.

Inheritance
object
EventArgs
SessionSchedulerLoggingOutEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX