The members of MonoMac.Foundation.NSOperationQueue are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| 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 | int. Documentation for this section has not yet been entered. | |
| Name | string. Documentation for this section has not yet been entered. | |
| [read-only] | OperationCount | int. Documentation for this section has not yet been entered. |
| [read-only] | Operations | NSOperation[]. Documentation for this section has not yet been entered. |
| Suspended | bool. Documentation for this section has not yet been entered. |
AddOperation(NSAction)Documentation for this section has not yet been entered. | ||
AddOperation(NSOperation)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. | ||