Partager via


DispatchQueue.DispatchAfter Méthode

Définition

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

S’applique à