NSUrlSession.GetAllTasks(NSUrlSessionAllPendingTasks) Method

Definition

[Foundation.Export("getAllTasksWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GetAllTasks (Foundation.NSUrlSessionAllPendingTasks completionHandler);
abstract member GetAllTasks : Foundation.NSUrlSessionAllPendingTasks -> unit
override this.GetAllTasks : Foundation.NSUrlSessionAllPendingTasks -> unit

Parameters

completionHandler
NSUrlSessionAllPendingTasks
Attributes

Applies to