DispatchQueue.DispatchAsync 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
DispatchAsync(DispatchBlock) | |
DispatchAsync(Action) |
DispatchAsync(DispatchBlock)
public void DispatchAsync (CoreFoundation.DispatchBlock block);
member this.DispatchAsync : CoreFoundation.DispatchBlock -> unit
Parameters
- block
- DispatchBlock
Applies to
DispatchAsync(Action)
public void DispatchAsync (Action action);
member this.DispatchAsync : Action -> unit
Parameters
- action
- Action