The members of Foundation.NSOperationQueue are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| 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. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | CurrentQueue | NSOperationQueue. Documentation for this section has not yet been entered. |
| [read-only] static | MainQueue | NSOperationQueue. Documentation for this section has not yet been entered. |
| MaxConcurrentOperationCount | nint. Documentation for this section has not yet been entered. | |
| Name | string. Documentation for this section has not yet been entered. | |
| [read-only] | OperationCount | nint. Documentation for this section has not yet been entered. |
| [read-only] | Operations | NSOperation[]. Documentation for this section has not yet been entered. |
| QualityOfService | NSQualityOfService. Documentation for this section has not yet been entered. | |
| Suspended | bool. Documentation for this section has not yet been entered. | |
| UnderlyingQueue | CoreFoundation.DispatchQueue. Documentation for this section has not yet been entered. |
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. | ||