CopyResourceAsync Method
Copies a file.
Syntax
[VB.NET] Public Function CopyResourceAsync(ByVal resourceTitle As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> CopyResourceAsync(string resourceTitle);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
CopyResourceAsync MethodCopies a file. Syntax[VB.NET] Public Function CopyResourceAsync(ByVal resourceTitle As String) As IAsyncOperation<string> [C#] public IAsyncOperation<string> CopyResourceAsync(string resourceTitle); RemarksThis method is the asynchronous version of the CopyResource method and is used to support asynchronous operations in WinRT. Please refer to CopyResource for more information. |
||