CloudQueue.FetchAttributesAsync Method (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
Retrieves the queue's attributes.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract FetchAttributesAsync : unit -> Task
override FetchAttributesAsync : unit -> Task
Return Value
Type:
System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task that represents an asynchronous action.
Return to top
Retrieves the queue's attributes.
Syntax
abstract FetchAttributesAsync : unit -> Task override FetchAttributesAsync : unit -> Task
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task that represents an asynchronous action.