DispatchQueue.DispatchAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DispatchAsync(DispatchBlock) | |
DispatchAsync(Action) |
DispatchAsync(DispatchBlock)
public void DispatchAsync (CoreFoundation.DispatchBlock block);
member this.DispatchAsync : CoreFoundation.DispatchBlock -> unit
Parametri
- block
- DispatchBlock
Si applica a
DispatchAsync(Action)
public void DispatchAsync (Action action);
member this.DispatchAsync : Action -> unit
Parametri
- action
- Action