CloudBlockBlob.StartCopyFromBlobAsync Method (CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

 

Note: This API is now obsolete.

Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block 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(
    CloudBlockBlob source,
    AccessCondition sourceAccessCondition,
    AccessCondition destAccessCondition,
    BlobRequestOptions options,
    OperationContext operationContext
)
<DoesServiceRequestAttribute>
<ObsoleteAttribute("Deprecated this method in favor of StartCopyAsync.")>
Public Function StartCopyFromBlobAsync (
    source As CloudBlockBlob,
    sourceAccessCondition As AccessCondition,
    destAccessCondition As AccessCondition,
    options As BlobRequestOptions,
    operationContext As OperationContext
) 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
CloudBlockBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top