Share via


NSUrlSessionActiveTasks Class

Definition

This class holds the return values for an asynchronous operation.

public class NSUrlSessionActiveTasks
type NSUrlSessionActiveTasks = class
Inheritance
NSUrlSessionActiveTasks

Constructors

NSUrlSessionActiveTasks(NSUrlSessionTask[], NSUrlSessionTask[], NSUrlSessionTask[])

Creates a new instance of this class.

Properties

DataTasks

The result value from the asynchronous operation.

DownloadTasks

The result value from the asynchronous operation.

UploadTasks

The result value from the asynchronous operation.

Applies to