C# Class MonoMac.CoreFoundation.DispatchQueue

Inheritance: DispatchObject
Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

Méthode Description
DispatchAsync ( NSAction action ) : void
DispatchQueue ( IntPtr handle ) : System
DispatchQueue ( string label ) : System
DispatchSync ( NSAction action ) : void
GetGlobalQueue ( DispatchQueuePriority priority ) : DispatchQueue
MainIteration ( ) : void

Private Methods

Méthode Description
DispatchQueue ( IntPtr handle, bool owns ) : System
dispatch_async_f ( IntPtr queue, IntPtr context, dispatch_callback_t dispatch ) : void
dispatch_get_current_queue ( ) : IntPtr
dispatch_get_global_queue ( IntPtr priority, IntPtr flags ) : IntPtr
dispatch_get_main_queue ( ) : IntPtr
dispatch_main ( ) : IntPtr
dispatch_queue_create ( string label, IntPtr attr ) : IntPtr
dispatch_queue_get_label ( IntPtr queue ) : string
dispatch_sync_f ( IntPtr queue, IntPtr context, dispatch_callback_t dispatch ) : void
static_dispatcher_to_managed ( IntPtr context ) : void

Method Details

DispatchAsync() public méthode

public DispatchAsync ( NSAction action ) : void
action NSAction
Résultat void

DispatchQueue() public méthode

public DispatchQueue ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

DispatchQueue() public méthode

public DispatchQueue ( string label ) : System
label string
Résultat System

DispatchSync() public méthode

public DispatchSync ( NSAction action ) : void
action NSAction
Résultat void

GetGlobalQueue() public static méthode

public static GetGlobalQueue ( DispatchQueuePriority priority ) : DispatchQueue
priority DispatchQueuePriority
Résultat DispatchQueue

MainIteration() public static méthode

public static MainIteration ( ) : void
Résultat void