Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Ends an asynchronous operation to get a reference to a blob in this container.

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

Syntax

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

Parameters

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

An IAsyncResult that references the pending asynchronous operation.

Return to top