CloudBlockBlob.StartCopyAsync Method (CloudBlockBlob) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlockBlob.::..StartCopyAsync Method (CloudBlockBlob)(CloudBlockBlob^)(CloudBlockBlob)(CloudBlockBlob)
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]
public virtual Task<string> StartCopyAsync(
CloudBlockBlob source
)
C++
public:
[DoesServiceRequestAttribute]
virtual Task<String^>^ StartCopyAsync(
CloudBlockBlob^ source
)
[<DoesServiceRequestAttribute>]
abstract StartCopyAsync :
source:CloudBlockBlob -> Task<string>
[<DoesServiceRequestAttribute>]
override StartCopyAsync :
source:CloudBlockBlob -> Task<string>
<DoesServiceRequestAttribute>
Public Overridable Function StartCopyAsync (
source As CloudBlockBlob
) As Task(Of String)
Parameters
Return Value
Type:
System.Threading.Tasks.Task<String>System.Threading.Tasks::Task<String^>^System.Threading.Tasks.Task<String>System.Threading.Tasks.Task(Of String)A Task<TResult><TResult><'TResult>(Of TResult) object of type string that represents the asynchronous operation.
Return to top
Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.
Syntax
[DoesServiceRequestAttribute] public virtual Task<string> StartCopyAsync( CloudBlockBlob source )
C++
public: [DoesServiceRequestAttribute] virtual Task<String^>^ StartCopyAsync( CloudBlockBlob^ source )
[<DoesServiceRequestAttribute>] abstract StartCopyAsync : source:CloudBlockBlob -> Task<string> [<DoesServiceRequestAttribute>] override StartCopyAsync : source:CloudBlockBlob -> Task<string>
<DoesServiceRequestAttribute> Public Overridable Function StartCopyAsync ( source As CloudBlockBlob ) As Task(Of String)
Parameters
Return Value
Type: System.Threading.Tasks.Task<String>System.Threading.Tasks::Task<String^>^System.Threading.Tasks.Task<String>System.Threading.Tasks.Task(Of String)A Task<TResult><TResult><'TResult>(Of TResult) object of type string that represents the asynchronous operation.