IDocumentClient.DeleteConflictAsync
Method
Definition
Overloads
| DeleteConflictAsync(String, RequestOptions) |
Delete a Conflict as an asynchronous operation in the Azure DocumentDB database service. |
| DeleteConflictAsync(Uri, RequestOptions) |
Delete a conflict as an asynchronous operation in the Azure DocumentDB database service. |
DeleteConflictAsync(String, RequestOptions)
Delete a Conflict as an asynchronous operation in the Azure DocumentDB database service.
public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.ResourceResponse<Microsoft.Azure.Documents.Conflict>> DeleteConflictAsync (string conflictLink, Microsoft.Azure.Documents.Client.RequestOptions options = null);
Parameters
- options
- RequestOptions
(Optional) The RequestOptionsfor this request.
Returns
A System.Threading.Tasks containing a ResourceResponse<TResource> which will contain information about the request issued.
DeleteConflictAsync(Uri, RequestOptions)
Delete a conflict as an asynchronous operation in the Azure DocumentDB database service.
public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.ResourceResponse<Microsoft.Azure.Documents.Conflict>> DeleteConflictAsync (Uri conflictUri, Microsoft.Azure.Documents.Client.RequestOptions options = null);
Parameters
- conflictUri
- Uri
The URI of the conflict to delete.
- options
- RequestOptions
(Optional) The RequestOptions for the request.
Returns
The task object representing the service response for the asynchronous operation.