AccessQueryResult Constructor (TimeIntervalCollection, TimeIntervalCollection) |
Initializes a new instance.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AccessQueryResult(
TimeIntervalCollection satisfactionIntervals,
TimeIntervalCollection unknownIntervals
)
Public Sub New (
satisfactionIntervals As TimeIntervalCollection,
unknownIntervals As TimeIntervalCollection
)
public:
AccessQueryResult(
TimeIntervalCollection^ satisfactionIntervals,
TimeIntervalCollection^ unknownIntervals
)
new :
satisfactionIntervals : TimeIntervalCollection *
unknownIntervals : TimeIntervalCollection -> AccessQueryResult
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 the query is satisfied because insufficient data is available.
See Also