Foundation.NSOperationQueue Members

The members of Foundation.NSOperationQueue are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CurrentQueueNSOperationQueue. Documentation for this section has not yet been entered.
[read-only]
static
MainQueueNSOperationQueue. Documentation for this section has not yet been entered.
MaxConcurrentOperationCountnint. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
[read-only]
OperationCountnint. Documentation for this section has not yet been entered.
[read-only]
OperationsNSOperation[]. Documentation for this section has not yet been entered.
QualityOfServiceNSQualityOfService. Documentation for this section has not yet been entered.
Suspendedbool. Documentation for this section has not yet been entered.
UnderlyingQueueCoreFoundation.DispatchQueue. Documentation for this section has not yet been entered.

Public Methods

AddOperation(NSOperation)
Documentation for this section has not yet been entered.
AddOperation(Action)
Documentation for this section has not yet been entered.
AddOperations(NSOperation[], bool)
Documentation for this section has not yet been entered.
CancelAllOperations()
Documentation for this section has not yet been entered.
WaitUntilAllOperationsAreFinished()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSOperationQueue object.