CloudBlob.SnapshotAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates 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
[<DoesServiceRequestAttribute>]
abstract SnapshotAsync : unit -> Task<CloudBlob>
[<DoesServiceRequestAttribute>]
override SnapshotAsync : unit -> Task<CloudBlob>
<DoesServiceRequestAttribute>
Public Overridable Function SnapshotAsync As Task(Of CloudBlob)
Return Value
Type:
System.Threading.Tasks.Task<CloudBlob>System.Threading.Tasks::Task<CloudBlob^>^System.Threading.Tasks.Task<CloudBlob>System.Threading.Tasks.Task(Of CloudBlob)A Task<TResult><TResult><'TResult>(Of TResult) object of type CloudBlob that represents the asynchronous operation.
Return to top
Initiates an asynchronous operation to create a snapshot of the blob.
Syntax
[<DoesServiceRequestAttribute>] abstract SnapshotAsync : unit -> Task<CloudBlob> [<DoesServiceRequestAttribute>] override SnapshotAsync : unit -> Task<CloudBlob>
<DoesServiceRequestAttribute> Public Overridable Function SnapshotAsync As Task(Of CloudBlob)
Return Value
Type: System.Threading.Tasks.Task<CloudBlob>System.Threading.Tasks::Task<CloudBlob^>^System.Threading.Tasks.Task<CloudBlob>System.Threading.Tasks.Task(Of CloudBlob)A Task<TResult><TResult><'TResult>(Of TResult) object of type CloudBlob that represents the asynchronous operation.