GetTorrentAsync Method
Gets an object from a bucket as a torrent.
Syntax
[VB.NET] Public Function GetTorrentAsync(ByVal ObjectName As String) As Task
[C#] public Task GetTorrentAsync(string objectName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetTorrentAsync MethodGets an object from a bucket as a torrent. Syntax[VB.NET] Public Function GetTorrentAsync(ByVal ObjectName As String) As Task [C#] public Task GetTorrentAsync(string objectName); RemarksThis method is the asynchronous version of the GetTorrent method and is used to support asynchronous operations in WinRT. Please refer to GetTorrent for more information. |
||