CloudPageBlob.StartCopyFromBlobAsync Method (CloudPageBlob)

 

Note: This API is now obsolete.

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob.

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

Syntax

[DoesServiceRequestAttribute]
[ObsoleteAttribute("Deprecated this method in favor of StartCopyAsync.")]
public Task<string> StartCopyFromBlobAsync(
    CloudPageBlob source
)
<DoesServiceRequestAttribute>
<ObsoleteAttribute("Deprecated this method in favor of StartCopyAsync.")>
Public Function StartCopyFromBlobAsync (
    source As CloudPageBlob
) As Task(Of String)

Parameters

Return Value

Type: System.Threading.Tasks.Task<String>

A Task<TResult> object of type string that represents the asynchronous operation.

See Also

StartCopyFromBlobAsync Overload
CloudPageBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top