forwardSessionDesiredState Method    Table of ContentSessionDesiredState Method (Session, DateTime)forward
Scheduler.SessionDesiredState Method (Session)
Returns a desired state (ACTIVE or DISCONNECTED), for the current 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
)

Parameters

registeredSession
Type: FIXForge.NET.FIX.Session
Registered session which should be checked.

Return Value

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