FabricClient.InfrastructureServiceClient Class

Definition

Provides methods for performing infrastructure-specific operations.

This class supports the Service Fabric platform; it is not meant to be called directly from your code.

public sealed class FabricClient.InfrastructureServiceClient
type FabricClient.InfrastructureServiceClient = class
Public NotInheritable Class FabricClient.InfrastructureServiceClient
Inheritance
FabricClient.InfrastructureServiceClient

Remarks

The InfrastructureService must be enabled before this client can be used. The InfrastructureService is only supported on some infrastructures.

Methods

InvokeInfrastructureCommandAsync(Uri, String)

Asynchronously invokes an administrative command on the given infrastructure service instance.

InvokeInfrastructureCommandAsync(Uri, String, TimeSpan, CancellationToken)

Asynchronously invokes an administrative command on an infrastructure service.

InvokeInfrastructureQueryAsync(Uri, String)

Asynchronously invokes a read-only query on the given infrastructure service instance.

InvokeInfrastructureQueryAsync(Uri, String, TimeSpan, CancellationToken)

Asynchronously invokes a read-only query on the given infrastructure service instance.

Applies to