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