forwardRegister Method    Table of ContentRegister Method (Session, SessionSchedule[], SessionConnectionSettings)forward
Scheduler.Register Method (Session, SessionSchedule, SessionConnectionSettings)
Adds session to automatic connection management. 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,
	SessionSchedule schedule,
	SessionConnectionSettings connectionSettings
)

Parameters

session
Type: FIXForge.NET.FIX.Session
Session to be scheduled.
schedule
Type: FIXForge.NET.FIX.Scheduling.SessionSchedule
Schedule which defines session connection time, periodicity as well as other attributes.
connectionSettings
Type: FIXForge.NET.FIX.Scheduling.SessionConnectionSettings
Connection settings for given session to be used when session must be connected.
See Also