forwardRegister Method (Session, SessionSchedule[], SessionConnectionSettings)   Table of ContentRegister Method (Session, String[], String)forward
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.10.1.0 (4.10.1.0)
Syntax
C#
public void Register(
	Session session,
	string scheduleId,
	string connectionSettingsId
)

Parameters

session
Type: FIXForge.NET.FIX.Session
Session to be scheduled.
scheduleId
Type: System.String
Id of predefined schedule to use for given session.
connectionSettingsId
Type: System.String
Id of predefined connection settings to use for given session.
See Also