forwardSessionDesiredState Method (Session)   Table of ContentUnregister Method forward
Scheduler.SessionDesiredState Method (Session, DateTime)
Returns a desired state (ACTIVE or DISCONNECTED), for the given time point, of the given session in accordance with the registered, for this session, schedule.

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 SessionState SessionDesiredState(
	Session registeredSession,
	DateTime timeUtc
)

Parameters

registeredSession
Type: FIXForge.NET.FIX.Session
Registered session which should be checked.
timeUtc
Type: System.DateTime
Given UTC time point for checking.

Return Value

Type: SessionState
The desired state (ACTIVE or DISCONNECTED), for the given time point, of the given session in accordance with the registered, for this session, schedule.
See Also