Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Retrieves the queue's attributes.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public virtual Task FetchAttributesAsync()
 
public:
virtual Task^ FetchAttributesAsync()
 
abstract FetchAttributesAsync : unit -> Task
override FetchAttributesAsync : unit -> Task
 
Public Overridable Function FetchAttributesAsync As Task
Return to top