Freigeben über


DispatchQueue.DispatchAfter Methode

Definition

Überlädt

DispatchAfter(DispatchTime, Action)

Wird dieses Mal zu oder nach der angegebenen Zeit ausgeführt.

DispatchAfter(DispatchTime, DispatchBlock)

DispatchAfter(DispatchTime, Action)

Wird dieses Mal zu oder nach der angegebenen Zeit ausgeführt.

public void DispatchAfter (CoreFoundation.DispatchTime when, Action action);
member this.DispatchAfter : CoreFoundation.DispatchTime * Action -> unit

Parameter

when
DispatchTime

Zeitpunkt, zu dem der Codeblock ausgeführt wird.

action
Action

Codeblock, der zu einem bestimmten Zeitpunkt in der Zukunft ausgeführt werden soll.

Gilt für:

DispatchAfter(DispatchTime, DispatchBlock)

public void DispatchAfter (CoreFoundation.DispatchTime when, CoreFoundation.DispatchBlock block);
member this.DispatchAfter : CoreFoundation.DispatchTime * CoreFoundation.DispatchBlock -> unit

Parameter

Gilt für: