Поделиться через


DispatchQueue.DispatchAfter Метод

Определение

Перегрузки

DispatchAfter(DispatchTime, Action)

Выполняется на этот раз в указанное время или позже.

DispatchAfter(DispatchTime, DispatchBlock)

DispatchAfter(DispatchTime, Action)

Выполняется на этот раз в указанное время или позже.

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

Параметры

when
DispatchTime

Время выполнения блока кода.

action
Action

Блок кода для выполнения в будущем.

Применяется к

DispatchAfter(DispatchTime, DispatchBlock)

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

Параметры

Применяется к