CursorApiClientDeleteCursorAsync Method |
Deletes an existing cursor and frees the resources associated with it.
DELETE /_api/cursor/{cursor-identifier}
Namespace:
ArangoDBNetStandard.CursorApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<DeleteCursorResponse> DeleteCursorAsync(
string cursorId
)
Public Overridable Function DeleteCursorAsync (
cursorId As String
) As Task(Of DeleteCursorResponse)
public:
virtual Task<DeleteCursorResponse^>^ DeleteCursorAsync(
String^ cursorId
)
abstract DeleteCursorAsync :
cursorId : string -> Task<DeleteCursorResponse>
override DeleteCursorAsync :
cursorId : string -> Task<DeleteCursorResponse>
Parameters
- cursorId
- Type: SystemString
The id of the cursor to delete.
Return Value
Type:
TaskDeleteCursorResponseImplements
ICursorApiClientDeleteCursorAsync(String)See Also