FabricClient.QueryClient.GetServiceNameAsync Method

Definition

Gets the service name for the specified partition.

public System.Threading.Tasks.Task<System.Fabric.Query.ServiceNameResult> GetServiceNameAsync (Guid partitionId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetServiceNameAsync : Guid * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.ServiceNameResult>
Public Function GetServiceNameAsync (partitionId As Guid, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ServiceNameResult)

Parameters

partitionId
Guid

The id of the partition to get the service name for.

timeout
TimeSpan

Specifies the duration this operation has to complete before timing out.

cancellationToken
CancellationToken

Propagates notification that operations should be canceled.

Returns

A task that represents the asynchronous query operation.

The returned task contains the service name as ServiceNameResult.

Exceptions

Applies to