The properties of Foundation.NSOperation are listed below. For a list of all members, see the NSOperation Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] | Asynchronous | bool. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Dependencies | NSOperation[]. The operations on which this NSOperation is dependent. |
| [read-only] | IsCancelled | bool. Whether this NSOperation has been cancelled. |
| [read-only] | IsConcurrent | bool. Whether this operation runs asynchronously. |
| [read-only] | IsExecuting | bool. Whether this operation is currently executing. |
| [read-only] | IsFinished | bool. Whether this operation is done executing. |
| [read-only] | IsReady | bool. Whether this operation can be performed now. |
| Name | string. Documentation for this section has not yet been entered. | |
| QualityOfService | NSQualityOfService. Documentation for this section has not yet been entered. | |
| QueuePriority | NSOperationQueuePriority. The priority of this operation in its operation queue. | |
| ThreadPriority | double. The thread priority used when executing this operation. |