CloudBlob.EndSnapshot Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
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
abstract EndSnapshot :
asyncResult:IAsyncResult -> CloudBlob
override EndSnapshot :
asyncResult:IAsyncResult -> CloudBlob
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type:
Microsoft.WindowsAzure.Storage.Blob.CloudBlobMicrosoft.WindowsAzure.Storage.Blob::CloudBlob^Microsoft.WindowsAzure.Storage.Blob.CloudBlobMicrosoft.WindowsAzure.Storage.Blob.CloudBlobA CloudBlob object that is a blob snapshot.
Return to top
Ends an asynchronous operation to create a snapshot of the blob.
Syntax
abstract EndSnapshot : asyncResult:IAsyncResult -> CloudBlob override EndSnapshot : asyncResult:IAsyncResult -> CloudBlob
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: Microsoft.WindowsAzure.Storage.Blob.CloudBlobMicrosoft.WindowsAzure.Storage.Blob::CloudBlob^Microsoft.WindowsAzure.Storage.Blob.CloudBlobMicrosoft.WindowsAzure.Storage.Blob.CloudBlobA CloudBlob object that is a blob snapshot.