C#C++F#VB
Initiates an asynchronous operation to get stats for the share.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[<DoesServiceRequestAttribute>] abstract GetStatsAsync : unit -> Task<ShareStats> [<DoesServiceRequestAttribute>] override GetStatsAsync : unit -> Task<ShareStats>
<DoesServiceRequestAttribute> Public Overridable Function GetStatsAsync As Task(Of ShareStats)
Return Value
Type: System.Threading.Tasks.Task<ShareStats>System.Threading.Tasks::Task<ShareStats^>^System.Threading.Tasks.Task<ShareStats>System.Threading.Tasks.Task(Of ShareStats)A Task<TResult><TResult><'TResult>(Of TResult) object of type ShareStats that represents the asynchronous operation.