CloudFile.StartCopyAsync Method (CloudFile) (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute]
public virtual Task<string> StartCopyAsync(
CloudFile source
)
C++
public:
[DoesServiceRequestAttribute]
virtual Task<String^>^ StartCopyAsync(
CloudFile^ source
)
[<DoesServiceRequestAttribute>]
abstract StartCopyAsync :
source:CloudFile -> Task<string>
[<DoesServiceRequestAttribute>]
override StartCopyAsync :
source:CloudFile -> Task<string>
<DoesServiceRequestAttribute>
Public Overridable Function StartCopyAsync (
source As CloudFile
) 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 file's contents, properties, and metadata to this file.
Syntax
[DoesServiceRequestAttribute] public virtual Task<string> StartCopyAsync( CloudFile source )
C++
public: [DoesServiceRequestAttribute] virtual Task<String^>^ StartCopyAsync( CloudFile^ source )
[<DoesServiceRequestAttribute>] abstract StartCopyAsync : source:CloudFile -> Task<string> [<DoesServiceRequestAttribute>] override StartCopyAsync : source:CloudFile -> Task<string>
<DoesServiceRequestAttribute> Public Overridable Function StartCopyAsync ( source As CloudFile ) 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.