Click or drag to resize

AccessQueryResult Constructor (TimeIntervalCollection, TimeIntervalCollection)

Initializes a new instance.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public AccessQueryResult(
	TimeIntervalCollection satisfactionIntervals,
	TimeIntervalCollection unknownIntervals
)

Parameters

satisfactionIntervals
Type: AGI.Foundation.Time.TimeIntervalCollection
The intervals during which the query is satisfied.
unknownIntervals
Type: AGI.Foundation.Time.TimeIntervalCollection
The intervals during which it is unknown whether the query is satisfied because insufficient data is available.
See Also