NSUrlSession.GetTasks2Async Method

Definition

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>.

Applies to