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: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryResult(
	TimeIntervalCollection satisfactionIntervals,
	TimeIntervalCollection unknownIntervals
)

Parameters

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