Edit

Share via


DispatchQueue.Suspend Method

Definition

Suspends the execution of the queue.

public void Suspend ();
member this.Suspend : unit -> unit

Remarks

Suspend and Resume calls should be always balanced.

Applies to