FabricClient.InfrastructureServiceClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, TimeSpan, CancellationToken) |
Asynchronously invokes an administrative command on an infrastructure service. |
InvokeInfrastructureCommandAsync(Uri, String) |
Asynchronously invokes an administrative command on the given infrastructure service instance. |
InvokeInfrastructureQueryAsync(Uri, String, TimeSpan, CancellationToken) |
Asynchronously invokes a read-only query on the given infrastructure service instance. |
InvokeInfrastructureQueryAsync(Uri, String) |
Asynchronously invokes a read-only query on the given infrastructure service instance. |
Applies to
Azure SDK for .NET