Click or drag to resize

ICursorApiClientPutCursorAsyncT Method

Advances an existing query cursor and gets the next set of results.

Namespace:  ArangoDBNetStandard.CursorApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PutCursorResponse<T>> PutCursorAsync<T>(
	string cursorId
)

Parameters

cursorId
Type: SystemString
ID of the existing query cursor.

Type Parameters

T
Result type to deserialize to

Return Value

Type: TaskPutCursorResponseT
See Also