DispatchBlock.Notify Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- queue
- DispatchQueue
- notification
- DispatchBlock
Gilt für:
Notify(DispatchQueue, Action)
public void Notify (CoreFoundation.DispatchQueue queue, Action notification);
member this.Notify : CoreFoundation.DispatchQueue * Action -> unit
Parameter
- queue
- DispatchQueue
- notification
- Action