[VB.NET]
Public Function GetTorrentAsync(ByVal ObjectName As String)AsTask
[C#]
public Task GetTorrentAsync(string objectName);
Remarks
This 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.