ICollectionApiClientDeleteCollectionAsync Method |
Namespace:
ArangoDBNetStandard.CollectionApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Task<DeleteCollectionResponse> DeleteCollectionAsync(
string collectionName
)
Function DeleteCollectionAsync (
collectionName As String
) As Task(Of DeleteCollectionResponse)
Task<DeleteCollectionResponse^>^ DeleteCollectionAsync(
String^ collectionName
)
abstract DeleteCollectionAsync :
collectionName : string -> Task<DeleteCollectionResponse>
Parameters
- collectionName
- Type: SystemString
Return Value
Type:
TaskDeleteCollectionResponseSee Also