forwardSessionLoggingOn Event   Table of ContentSessionResettedLocalSequenceNumbers Eventforward
Scheduler.SessionLoggingOut Event
Allows scheduler's users to be notified about that scheduler wants to perform session logout and control this process.

Namespace:  FIXForge.NET.FIX.Scheduling
Assembly:  FIXForge.NET.FIX.Scheduler-net-4.8_x64 (in FIXForge.NET.FIX.Scheduler-net-4.8_x64.dll) Version: 4.10.1.0 (4.10.1.0)
Syntax
C#
public event EventHandler<SessionLoggingOutEventArgs> SessionLoggingOut

Value

Type: System.EventHandler<SessionLoggingOutEventArgs>
See Also