Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient.EndListSharesSegmented Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.File)

Ends an asynchronous operation to return a result segment containing a collection of shares.

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

Syntax

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

Parameters

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

An IAsyncResult that references the pending asynchronous operation.

Return to top