Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Ends an asynchronous operation to create a snapshot of the blob.

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

Syntax

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

Parameters

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

An IAsyncResult that references the pending asynchronous operation.

Return to top