CloudFileShare.EndGetStats(IAsyncResult) Method

Definition

Ends an asynchronous operation to get stats for the share.

public virtual Microsoft.Azure.Storage.File.Protocol.ShareStats EndGetStats (IAsyncResult asyncResult);
abstract member EndGetStats : IAsyncResult -> Microsoft.Azure.Storage.File.Protocol.ShareStats
override this.EndGetStats : IAsyncResult -> Microsoft.Azure.Storage.File.Protocol.ShareStats
Public Overridable Function EndGetStats (asyncResult As IAsyncResult) As ShareStats

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

A ShareStats object.

Applies to