Click or drag to resize

AccessQueryStartAndMaintain Constructor (AccessQuery, AccessQuery)

Initializes a new instance representing the start and maintain queries.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryStartAndMaintain(
	AccessQuery startQuery,
	AccessQuery maintainQuery
)

Parameters

startQuery
Type: AGI.Foundation.AccessAccessQuery
The AccessQuery that represents the condition for establishing access. Whenever this query is satisfied, the AccessQueryStartAndMaintain is considered satisfied.
maintainQuery
Type: AGI.Foundation.AccessAccessQuery
The AccessQuery that represents the condition for maintaining access. Whenever this query is satisfied while the startQuery is also satisfied, the AccessQueryStartAndMaintain will be satisfied for as long as this query is satisfied, even after the startQuery is no longer satisfied.
See Also