Click or drag to resize

EngineGroupIsInTime Method

Verifies if the request comes in time.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static bool IsInTime(
	int[] currentTimeData,
	int pastReboots,
	int pastTime
)
View Source

Parameters

currentTimeData  Int32
The current time data.
pastReboots  Int32
The past reboots.
pastTime  Int32
The past time.

Return Value

Boolean
true if the request is in time window; otherwise, false.
See Also