次の方法で共有


DispatchQueue.DispatchAsync メソッド

定義

オーバーロード

DispatchAsync(DispatchBlock)
DispatchAsync(Action)

DispatchAsync(DispatchBlock)

public void DispatchAsync (CoreFoundation.DispatchBlock block);
member this.DispatchAsync : CoreFoundation.DispatchBlock -> unit

パラメーター

適用対象

DispatchAsync(Action)

public void DispatchAsync (Action action);
member this.DispatchAsync : Action -> unit

パラメーター

action
Action

適用対象