IngestionClient.CancelAllOperations Method

Definition

Overloads

Name Description
CancelAllOperations(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.
CancelAllOperations(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.

CancelAllOperations(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 Azure.Response CancelAllOperations(Azure.RequestContext context);
abstract member CancelAllOperations : Azure.RequestContext -> Azure.Response
override this.CancelAllOperations : Azure.RequestContext -> Azure.Response
Public Overridable Function CancelAllOperations (context As RequestContext) As 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

CancelAllOperations(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 Azure.Response CancelAllOperations(System.Threading.CancellationToken cancellationToken = default);
abstract member CancelAllOperations : System.Threading.CancellationToken -> Azure.Response
override this.CancelAllOperations : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function CancelAllOperations (Optional cancellationToken As CancellationToken = Nothing) As 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