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.12.0.0 (4.12.0.0)
Syntax 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:
SessionStateThe 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