IngestionClient.CancelAllOperationsAsync Method

Definition

Overloads

Name Description
CancelAllOperationsAsync(RequestContext)

[Protocol Method] Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CancelAllOperationsAsync(CancellationToken)

Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection.

CancelAllOperationsAsync(RequestContext)

Source:
IngestionClient.cs

[Protocol Method] Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual System.Threading.Tasks.Task<Azure.Response> CancelAllOperationsAsync(Azure.RequestContext context);
abstract member CancelAllOperationsAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.CancelAllOperationsAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function CancelAllOperationsAsync (context As RequestContext) As Task(Of Response)

Parameters

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

Service returned a non-success status code.

Applies to

CancelAllOperationsAsync(CancellationToken)

Source:
IngestionClient.cs

Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection.

public virtual System.Threading.Tasks.Task<Azure.Response> CancelAllOperationsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member CancelAllOperationsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.CancelAllOperationsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function CancelAllOperationsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

Service returned a non-success status code.

Applies to