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