편집

다음을 통해 공유


DispatchBlock.Notify Method

Definition

Overloads

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

Parameters

notification
DispatchBlock

Applies to

Notify(DispatchQueue, Action)

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

Parameters

notification
Action

Applies to