Edit

Share via


DispatchQueue.MainQueue Property

Definition

Returns the main global queue.

public static CoreFoundation.DispatchQueue MainQueue { get; }
member this.MainQueue : CoreFoundation.DispatchQueue

Property Value

Remarks

The dispatch framework provides a default serial queue for the application to use. If you are using this on Xamarin.Mac Framework without using AppKit, you must invoke the MainIteration method to run the main dispatch queue.

Applies to