Click or drag to resize

DataQueryBulkQueryConstraintsAtLink Method (QueryConstraintsArgs, Int32, CancellationToken)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static ConstraintLinks[][] BulkQueryConstraintsAtLink(
	QueryConstraintsArgs[] args,
	int batchSize,
	CancellationToken token
)

Parameters

args
Type: Telogis.GeoBaseQueryConstraintsArgs
Represents the links to query for constraints.
batchSize
Type: SystemInt32
Specifies the maximum size of each batch of requests.
token
Type: Telogis.GeoBase.ConcurrencyCancellationToken
A CancellationToken that can be used to cancel the query early, causing a DataQueryCanceledException to be thrown.

Return Value

Type: ConstraintLinks
An array of ConstraintLinks arrays.
See Also