forwardError Event   Table of ContentSessionLoggedOn Eventforward
Scheduler.InitiatorConnecting Event
Allows scheduler's users to be notified when initiator will try to connect to the next counterparty.

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<InitiatorConnectingEventArgs> InitiatorConnecting

Value

Type: System.EventHandler<InitiatorConnectingEventArgs>
See Also