MonoMac.CoreFoundation.DispatchQueue Members

The members of MonoMac.CoreFoundation.DispatchQueue are listed below.

See Also: Inherited members from MonoMac.CoreFoundation.DispatchObject

Public Constructors

Surfaces an unmanaged DispatchQueue as a managed object.
Creates a named dispatch queue.

Public Properties

[read-only]
static
CurrentQueueDispatchQueue. Returns the current dispatch queue.
[read-only]
static
DefaultGlobalQueueDispatchQueue. Returns the default global queue, which is one of the built-in queues at the default priority.
[read-only]
Labelstring. Returns the label for this DispatchQueue.
[read-only]
static
MainQueueDispatchQueue. Returns the main global queue.

Public Methods

DispatchAsync(MonoMac.Foundation.NSAction)
Schedule blocks for concurrent execution.
DispatchSync(MonoMac.Foundation.NSAction)
static
GetGlobalQueue(DispatchQueuePriority) : DispatchQueue
Returns one of the global dispatch queues based on the requested priority.
static
MainIteration()
Documentation for this section has not yet been entered.