image/svg+xml
  • OnixS .NET CME iLink3 Handler
  • Programming Guide
  • Api Documentation
  • Version 1.7.1
    • Api Documentation
    • OnixS.Cme.ILink3.Schedule
    • SessionSchedulerLoggingOutEventArgs
Show / Hide Table of Contents
  • OnixS.Cme.ILink3
    • AuditTrailGenerator
    • BytesReceivedEventHandler
    • CgwSession
    • ConfigEntry
    • FailoverEventArgs
    • FaultToleranceIndicator
    • ITimestampProvider
    • InboundMessageEventArgs
    • KeepAliveLapsed
    • LinuxThreadPolicy
    • NotAppliedEventArgs
    • PortRange
    • Session
    • Session.MessageSendingEventHandler
    • SessionErrorEventArgs
    • SessionErrorReason
    • SessionId
    • SessionSettings
    • SessionSettings.Default
    • SessionSettings.Key
    • SessionState
    • SessionStateChangeEventArgs
    • SessionStorageType
    • SessionWarningEventArgs
    • SessionWarningReason
    • ThisThread
    • ThreadManager
    • TimeSpanFormat
    • TimestampFormat
  • OnixS.Cme.ILink3.Exceptions
    • CannotEstablishLinkException
    • DecodingException
    • EngineAlreadyInitializedException
    • EngineException
    • EngineIsNotInitializedException
    • EstablishmentRejectException
    • InvalidResponseException
    • LinkErrorException
    • NegotiationRejectException
    • RequiredTagMissingException
    • ResponseTimeoutException
    • SessionException
    • SessionTerminatedException
    • StorageException
    • TerminateInReplyOnEstablishException
    • TerminatedBy
    • UnexpectedMessageTypeException
    • UnexpectedSequenceNumberException
  • OnixS.Cme.ILink3.Messaging
    • DecodingErrorCodes
  • OnixS.Cme.ILink3.Properties
    • Resources
  • OnixS.Cme.ILink3.Schedule
    • Counterparty
    • SessionConnectionSettings
    • SessionSchedule
    • SessionScheduler
    • SessionSchedulerErrorEventArgs
    • SessionSchedulerLoggingOutEventArgs
    • SessionSchedulerWarningEventArgs
  • OnixS.Cme.ILink3.Storage
    • ISessionStorage
    • IStoredMessage
  • OnixS.Cme.ILink3.Testing
    • Gateway

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
  • Properties
    • AllowLogout
    • Session
Back to top Copyright © Onix Solutions.
Generated by DocFX