FabricClient.QueryClient.GetApplicationLoadInformationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetApplicationLoadInformationAsync(String) |
Ruft die Ladeinformationen der angegebenen Anwendung instance ab. |
GetApplicationLoadInformationAsync(String, TimeSpan, CancellationToken) |
Ruft die Ladeinformationen der angegebenen Anwendung instance ab. |
GetApplicationLoadInformationAsync(String)
Ruft die Ladeinformationen der angegebenen Anwendung instance ab.
public System.Threading.Tasks.Task<System.Fabric.Query.ApplicationLoadInformation> GetApplicationLoadInformationAsync (string applicationName);
member this.GetApplicationLoadInformationAsync : string -> System.Threading.Tasks.Task<System.Fabric.Query.ApplicationLoadInformation>
Public Function GetApplicationLoadInformationAsync (applicationName As String) As Task(Of ApplicationLoadInformation)
Parameter
- applicationName
- String
Der URI der Anwendung instance Namen.
Gibt zurück
Eine Aufgabe, die den asynchronen Abfragevorgang darstellt.
Der zurückgegebene Task enthält die Informationen einer Anwendung als ApplicationLoadInformation.
Ausnahmen
Informationen zur Behandlung allgemeiner FabricClient-Fehler finden Sie unter https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions .
ApplicationNotFound: Die Anwendung ist nicht vorhanden.
Dieser Vorgang hat ein Timeout von 60 Sekunden.
Informationen zur Behandlung allgemeiner FabricClient-Fehler finden Sie unter https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions .
Siehe auch https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions zur Behandlung allgemeiner FabricClient-Fehler.
Gilt für:
GetApplicationLoadInformationAsync(String, TimeSpan, CancellationToken)
Ruft die Ladeinformationen der angegebenen Anwendung instance ab.
public System.Threading.Tasks.Task<System.Fabric.Query.ApplicationLoadInformation> GetApplicationLoadInformationAsync (string applicationName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetApplicationLoadInformationAsync : string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.ApplicationLoadInformation>
Public Function GetApplicationLoadInformationAsync (applicationName As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ApplicationLoadInformation)
Parameter
- applicationName
- String
Der URI der Anwendung instance Namen.
- timeout
- TimeSpan
Gibt die Dauer an, die dieser Vorgang vor ablaufen muss.
- cancellationToken
- CancellationToken
Gibt eine Benachrichtigung darüber weiter, dass Vorgänge abgebrochen werden sollen.
Gibt zurück
Eine Aufgabe, die den asynchronen Abfragevorgang darstellt.
Der zurückgegebene Task enthält die Informationen einer Anwendung als ApplicationLoadInformation.
Ausnahmen
Informationen zur Behandlung allgemeiner FabricClient-Fehler finden Sie unter https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions .
ApplicationNotFound: Die Anwendung ist nicht vorhanden.
Das Zeitlimit der Anforderung wurde überschritten.
Siehe auch https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions zur Behandlung allgemeiner FabricClient-Fehler.
Gilt für:
Azure SDK for .NET