Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileShare.EndGetStats Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.File)

Ends an asynchronous operation to get stats for the share.

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

Syntax

 
public virtual ShareStats EndGetStats(
	IAsyncResult asyncResult
)
 
public:
virtual ShareStats^ EndGetStats(
	IAsyncResult^ asyncResult
)
 
abstract EndGetStats : 
        asyncResult:IAsyncResult -> ShareStats
override EndGetStats : 
        asyncResult:IAsyncResult -> ShareStats
 
Public Overridable Function EndGetStats (
	asyncResult As IAsyncResult
) As ShareStats

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return to top