CloudQueue.FetchAttributesAsync Methode

Definition

Überlädt

FetchAttributesAsync(QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

FetchAttributesAsync(QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

FetchAttributesAsync()

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

FetchAttributesAsync(CancellationToken)

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

FetchAttributesAsync(QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

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-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

FetchAttributesAsync(QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (options As QueueRequestOptions, operationContext As OperationContext) As Task

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.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

FetchAttributesAsync()

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : unit -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync () As Task

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

FetchAttributesAsync(CancellationToken)

Initiiert einen asynchronen Vorgang zum Abrufen der Attribute der Warteschlange.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task FetchAttributesAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member FetchAttributesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.FetchAttributesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function FetchAttributesAsync (cancellationToken As CancellationToken) As Task

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: