Méthode | Description | |
---|---|---|
DispatchAsync ( NSAction action ) : void | ||
DispatchQueue ( |
||
DispatchQueue ( string label ) : System | ||
DispatchSync ( NSAction action ) : void | ||
GetGlobalQueue ( DispatchQueuePriority priority ) : |
||
MainIteration ( ) : void |
Méthode | Description | |
---|---|---|
DispatchQueue ( |
||
dispatch_async_f ( |
||
dispatch_get_current_queue ( ) : |
||
dispatch_get_global_queue ( |
||
dispatch_get_main_queue ( ) : |
||
dispatch_main ( ) : |
||
dispatch_queue_create ( string label, |
||
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 |
public DispatchAsync ( NSAction action ) : void | ||
action | NSAction | |
Résultat | void |
public DispatchQueue ( |
||
handle | ||
Résultat | System |
public DispatchQueue ( string label ) : System | ||
label | string | |
Résultat | System |
public DispatchSync ( NSAction action ) : void | ||
action | NSAction | |
Résultat | void |
public static GetGlobalQueue ( DispatchQueuePriority priority ) : |
||
priority | DispatchQueuePriority | |
Résultat |