FabricClient.InfrastructureServiceClient Klasse

Definition

Stellt Methoden zum Ausführen infrastrukturspezifischer Vorgänge bereit.

Diese Klasse unterstützt die Service Fabric-Plattform. es ist nicht für den direkten Aufruf aus Ihrem Code vorgesehen.

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

Hinweise

Der InfrastructureService muss aktiviert sein, bevor dieser Client verwendet werden kann. InfrastructureService wird nur in einigen Infrastrukturen unterstützt.

Methoden

InvokeInfrastructureCommandAsync(Uri, String)

Ruft asynchron einen Administratorbefehl für die angegebene Infrastrukturdienst-instance auf.

InvokeInfrastructureCommandAsync(Uri, String, TimeSpan, CancellationToken)

Ruft asynchron einen Administratorbefehl für einen Infrastrukturdienst auf.

InvokeInfrastructureQueryAsync(Uri, String)

Ruft asynchron eine schreibgeschützte Abfrage für den angegebenen Infrastrukturdienst auf instance.

InvokeInfrastructureQueryAsync(Uri, String, TimeSpan, CancellationToken)

Ruft asynchron eine schreibgeschützte Abfrage für den angegebenen Infrastrukturdienst auf instance.

Gilt für: