Share via


TeamsOperations.CancelOperationAsync Method

Definition

Cancels a batch operation by its id.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> CancelOperationAsync (string operationId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
member this.CancelOperationAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function CancelOperationAsync (operationId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

Parameters

operationId
String

The id of the operation to cancel.

customHeaders
Dictionary<String,List<String>>

Headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Task<Microsoft.Rest.HttpOperationResponse>

A Task representing the asynchronous operation.

Exceptions

Microsoft.Rest.HttpOperationException

Thrown when the operation returned an invalid status code.

Microsoft.Rest.ValidationException

Thrown when an input value does not match the expected data type, range or pattern.

Applies to