共用方式為


NSUrlSession.GetAllTasks(NSUrlSessionAllPendingTasks) 方法

定義

[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

參數

completionHandler
NSUrlSessionAllPendingTasks
屬性

適用於