CloudQueueClient.GetServiceStatsAsync 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
GetServiceStatsAsync() |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt. |
GetServiceStatsAsync(CancellationToken) |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt. |
GetServiceStatsAsync(QueueRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt. |
GetServiceStatsAsync(QueueRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt. |
GetServiceStatsAsync()
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync () As Task(Of ServiceStats)
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServiceStatsAsync(CancellationToken)
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync (cancellationToken As CancellationToken) As Task(Of ServiceStats)
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServiceStatsAsync(QueueRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync (requestOptions As QueueRequestOptions, operationContext As OperationContext) As Task(Of ServiceStats)
Parameter
- requestOptions
- QueueRequestOptions
Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServiceStatsAsync(QueueRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Warteschlangendienstendpunkt.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServiceStatsAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Overridable Function GetServiceStatsAsync (options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ServiceStats)
Parameter
- options
- QueueRequestOptions
Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceStats, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET