DispatchQueue.DispatchAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DispatchAsync(DispatchBlock) | |
DispatchAsync(Action) |
DispatchAsync(DispatchBlock)
public void DispatchAsync (CoreFoundation.DispatchBlock block);
member this.DispatchAsync : CoreFoundation.DispatchBlock -> unit
Paramètres
- block
- DispatchBlock
S’applique à
DispatchAsync(Action)
public void DispatchAsync (Action action);
member this.DispatchAsync : Action -> unit
Paramètres
- action
- Action