Share via


FabricClient.QueryClient.GetApplicationNameAsync Method

Definition

public System.Threading.Tasks.Task<System.Fabric.Query.ApplicationNameResult> GetApplicationNameAsync(Uri serviceName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetApplicationNameAsync : Uri * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.ApplicationNameResult>
Public Function GetApplicationNameAsync (serviceName As Uri, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ApplicationNameResult)

Parameters

serviceName
System.Uri
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<ApplicationNameResult>

Applies to