Click or drag to resize

CursorApiClientPostCursorAsyncT Method (PostCursorBody, CursorHeaderProperties)

Execute an AQL query, creating a cursor which can be used to page query results.

Namespace:  ArangoDBNetStandard.CursorApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<CursorResponse<T>> PostCursorAsync<T>(
	PostCursorBody postCursorBody,
	CursorHeaderProperties headerProperties = null
)

Parameters

postCursorBody
Type: ArangoDBNetStandard.CursorApi.ModelsPostCursorBody
Object encapsulating options and parameters of the query.
headerProperties (Optional)
Type: ArangoDBNetStandard.CursorApi.ModelsCursorHeaderProperties
Optional. Additional Header properties.

Type Parameters

T

Return Value

Type: TaskCursorResponseT

Implements

ICursorApiClientPostCursorAsyncT(PostCursorBody, CursorHeaderProperties)
See Also