The members of MonoMac.CoreFoundation.DispatchQueue are listed below.
See Also: Inherited members from MonoMac.CoreFoundation.DispatchObject
| Surfaces an unmanaged DispatchQueue as a managed object. | ||
| Creates a named dispatch queue. |
| [read-only] static | CurrentQueue | DispatchQueue. Returns the current dispatch queue. |
| [read-only] static | DefaultGlobalQueue | DispatchQueue. Returns the default global queue, which is one of the built-in queues at the default priority. |
| [read-only] | Label | string. Returns the label for this DispatchQueue. |
| [read-only] static | MainQueue | DispatchQueue. Returns the main global queue. |
DispatchAsync(MonoMac.Foundation.NSAction)Schedule blocks for concurrent execution. | ||
| DispatchSync(MonoMac.Foundation.NSAction) | ||
static | GetGlobalQueue(DispatchQueuePriority)Returns one of the global dispatch queues based on the requested priority. | |
static | MainIteration()Documentation for this section has not yet been entered. | |