Share via


FabricClient.QueryClient.GetServiceNameAsync Method

Definition

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
System.Guid
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<ServiceNameResult>

Applies to