Scheduler.Register Method (Session, String[], String) |
Adds session to automatic connection management.
Remarks
If session is being added during active time frame,
it will be connected immediately. If session is being
registered during inactive time frame and has active state,
it will be disconnected. If session already registered,
exception will be thrown.
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.12.0.0 (4.12.0.0)
Syntax public void Register(
Session session,
string[] scheduleIds,
string connectionSettingsId
)
Parameters
- session
- Type: FIXForge.NET.FIX.Session
Session to be scheduled.
- scheduleIds
- Type: System.String[]
Ids of predefined schedules to use for given session.
- connectionSettingsId
- Type: System.String
Id of predefined connection settings to use for given session.
See Also