Foundation.NSOperation Members

The members of Foundation.NSOperation 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]
Asynchronousbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DependenciesNSOperation[]. The operations on which this NSOperation is dependent.
[read-only]
IsCancelledbool. Whether this NSOperation has been cancelled.
[read-only]
IsConcurrentbool. Whether this operation runs asynchronously.
[read-only]
IsExecutingbool. Whether this operation is currently executing.
[read-only]
IsFinishedbool. Whether this operation is done executing.
[read-only]
IsReadybool. Whether this operation can be performed now.
Namestring. Documentation for this section has not yet been entered.
QualityOfServiceNSQualityOfService. Documentation for this section has not yet been entered.
QueuePriorityNSOperationQueuePriority. The priority of this operation in its operation queue.
ThreadPrioritydouble. The thread priority used when executing this operation.

Public Methods

AddDependency(NSOperation)
Makes this NSOperation dependent on the completion of the specified NSOperation.
Cancel()
Requests that this NSOperation should stop executing its task.
Main()
Executes this operation's non-concurrent task.
RemoveDependency(NSOperation)
Makes this operation no longer dependent on the specified operation.
Start()
Begins the execution of the operation.
WaitUntilFinishedNS()
Blocks the current thread until this operation finishes.

Protected Methods

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