GetCopyInfoAsync Method
Gets information about the copy operation.
Syntax
[VB.NET] Public Function GetCopyInfoAsync() As Task
[C#] public Task GetCopyInfoAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetCopyInfoAsync MethodGets information about the copy operation. Syntax[VB.NET] Public Function GetCopyInfoAsync() As Task [C#] public Task GetCopyInfoAsync(); RemarksThis method is the asynchronous version of the GetCopyInfo method and is used to support asynchronous operations in WinRT. Please refer to GetCopyInfo for more information. |
||