FabricClient.QueryClient.GetPartitionLoadInformationAsync 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
GetPartitionLoadInformationAsync(Guid) |
Ruft die Informationen zur Partitionslast ab. |
GetPartitionLoadInformationAsync(Guid, TimeSpan, CancellationToken) |
Ruft die Informationen zur Partitionslast ab. |
GetPartitionLoadInformationAsync(Guid)
Ruft die Informationen zur Partitionslast ab.
public System.Threading.Tasks.Task<System.Fabric.Query.PartitionLoadInformation> GetPartitionLoadInformationAsync (Guid partitionId);
member this.GetPartitionLoadInformationAsync : Guid -> System.Threading.Tasks.Task<System.Fabric.Query.PartitionLoadInformation>
Public Function GetPartitionLoadInformationAsync (partitionId As Guid) As Task(Of PartitionLoadInformation)
Parameter
- partitionId
- Guid
Die Partitions-ID der Partition, für die Ladeinformationen abgerufen werden sollen.
Gibt zurück
Eine Aufgabe, die den asynchronen Abfragevorgang darstellt.
Der zurückgegebene Task enthält die Ladeinformationen einer Partition als PartitionLoadInformation.
Ausnahmen
Informationen zur Behandlung allgemeiner FabricClient-Fehler finden Sie unter https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions .
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:
GetPartitionLoadInformationAsync(Guid, TimeSpan, CancellationToken)
Ruft die Informationen zur Partitionslast ab.
public System.Threading.Tasks.Task<System.Fabric.Query.PartitionLoadInformation> GetPartitionLoadInformationAsync (Guid partitionId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionLoadInformationAsync : Guid * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.PartitionLoadInformation>
Public Function GetPartitionLoadInformationAsync (partitionId As Guid, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of PartitionLoadInformation)
Parameter
- partitionId
- Guid
Die Partitions-ID der Partition, für die Ladeinformationen abgerufen werden sollen.
- 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 Ladeinformationen einer Partition als PartitionLoadInformation.
Ausnahmen
Informationen zur Behandlung allgemeiner FabricClient-Fehler finden Sie unter https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions .
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:
Azure SDK for .NET