forwardScheduler Properties   Table of ContentReconnectAttempts Property forward
Scheduler.ConnectionSettings Property
Collection of predefined session connection settings associated with unique names (ids) as it was specified in the configuration file.

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 IDictionary<string, SessionConnectionSettings> ConnectionSettings { get; }

Property Value

Type: IDictionary<String, SessionConnectionSettings>
See Also