NSUrlSession.GetTasks2Async Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests the groups of pending tasks (data, upload and downloads).
public System.Threading.Tasks.Task<Foundation.NSUrlSessionActiveTasks2> GetTasks2Async ();
member this.GetTasks2Async : unit -> System.Threading.Tasks.Task<Foundation.NSUrlSessionActiveTasks2>
Returns
A task that represents the asynchronous GetTasks2 operation. The value of the TResult parameter is of type Action<Foundation.NSUrlSessionActiveTasks2>
.