Share via


FabricClient.InfrastructureServiceClient.InvokeInfrastructureQueryAsync Method

Definition

Overloads

InvokeInfrastructureQueryAsync(Uri, String)

public System.Threading.Tasks.Task<string> InvokeInfrastructureQueryAsync(Uri serviceName, string command);
member this.InvokeInfrastructureQueryAsync : Uri * string -> System.Threading.Tasks.Task<string>
Public Function InvokeInfrastructureQueryAsync (serviceName As Uri, command As String) As Task(Of String)

Parameters

serviceName
System.Uri
command
System.String

Returns

System.Threading.Tasks.Task<System.String>

Applies to

InvokeInfrastructureQueryAsync(Uri, String, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<string> InvokeInfrastructureQueryAsync(Uri serviceName, string command, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.InvokeInfrastructureQueryAsync : Uri * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function InvokeInfrastructureQueryAsync (serviceName As Uri, command As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of String)

Parameters

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

Returns

System.Threading.Tasks.Task<System.String>

Applies to