DispatchQueue.DispatchSync Method

Definition

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

Applies to