DispatchQueue.MainQueue Property
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.
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.