Compartir a través de


IQuerySpaceZoneController.GetAllActivatedZonesAsync(CancellationToken) Method

Definition

Gets all activated data zones.

public System.Threading.Tasks.ValueTask<System.Collections.Generic.IReadOnlyCollection<string>> GetAllActivatedZonesAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetAllActivatedZonesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.Collections.Generic.IReadOnlyCollection<string>>
Public Function GetAllActivatedZonesAsync (cancellationToken As CancellationToken) As ValueTask(Of IReadOnlyCollection(Of String))

Parameters

cancellationToken
CancellationToken

A way to abort the operation.

Returns

A collection of zone.

Applies to