forwardScheduler Events   Table of ContentInitiatorConnecting Eventforward
Scheduler.Error Event
Allows scheduler's users to be notified about errors occurred while maintaining sessions connections.
Remarks

Scheduler doesn't notify about all errors occurred while maintaining session activity. For example, if session was not connected within first time as well as connection was dropped, scheduler will not fire error event immediately. Instead, it will perform reconnection attempts according to FIX Engine settings. Only if all attempts will fail, scheduler will fire error event.

Once scheduler notified about inability to connect certain session, it will not perform more attempts to bring session to connected state until next logon (activity) time.

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<SessionErrorEventArgs> Error

Value

Type: System.EventHandler<SessionErrorEventArgs>
See Also