C#
C++
F#
VB
CloudPageBlob.::..EndCreateSnapshot Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to create a snapshot of the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndCreateSnapshot : asyncResult:IAsyncResult -> CloudPageBlob override EndCreateSnapshot : asyncResult:IAsyncResult -> CloudPageBlob
Public Overridable Function EndCreateSnapshot ( asyncResult As IAsyncResult ) As CloudPageBlob
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: Microsoft.WindowsAzure.Storage.Blob.CloudPageBlobMicrosoft.WindowsAzure.Storage.Blob::CloudPageBlob^Microsoft.WindowsAzure.Storage.Blob.CloudPageBlobMicrosoft.WindowsAzure.Storage.Blob.CloudPageBlobA CloudPageBlob object that is a blob snapshot.