DispatchBlock.Notify Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- queue
- DispatchQueue
- notification
- DispatchBlock
Applies to
Notify(DispatchQueue, Action)
public void Notify (CoreFoundation.DispatchQueue queue, Action notification);
member this.Notify : CoreFoundation.DispatchQueue * Action -> unit
Parameters
- queue
- DispatchQueue
- notification
- Action