DispatchQueue.DispatchAfter 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
DispatchAfter(DispatchTime, Action) |
Exécute cette heure à ou après l’heure spécifiée. |
DispatchAfter(DispatchTime, DispatchBlock) |
DispatchAfter(DispatchTime, Action)
Exécute cette heure à ou après l’heure spécifiée.
public void DispatchAfter (CoreFoundation.DispatchTime when, Action action);
member this.DispatchAfter : CoreFoundation.DispatchTime * Action -> unit
Paramètres
- when
- DispatchTime
Heure à laquelle le bloc de code sera exécuté.
- action
- Action
Bloc de code à exécuter à un moment donné dans le futur.
S’applique à
DispatchAfter(DispatchTime, DispatchBlock)
public void DispatchAfter (CoreFoundation.DispatchTime when, CoreFoundation.DispatchBlock block);
member this.DispatchAfter : CoreFoundation.DispatchTime * CoreFoundation.DispatchBlock -> unit
Paramètres
- when
- DispatchTime
- block
- DispatchBlock