次の方法で共有


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

パラメーター

適用対象