次の方法で共有


DispatchBlock.Notify メソッド

定義

オーバーロード

Notify(DispatchQueue, DispatchBlock)
Notify(DispatchQueue, Action)

Notify(DispatchQueue, DispatchBlock)

public void Notify (CoreFoundation.DispatchQueue queue, CoreFoundation.DispatchBlock notification);
member this.Notify : CoreFoundation.DispatchQueue * CoreFoundation.DispatchBlock -> unit

パラメーター

notification
DispatchBlock

適用対象

Notify(DispatchQueue, Action)

public void Notify (CoreFoundation.DispatchQueue queue, Action notification);
member this.Notify : CoreFoundation.DispatchQueue * Action -> unit

パラメーター

notification
Action

適用対象