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

适用于