共用方式為


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

適用於