Share via


DispatchQueue.CurrentQueue Property

Definition

Developers should not use this deprecated property.

public static CoreFoundation.DispatchQueue CurrentQueue { get; }
static member CurrentQueue : CoreFoundation.DispatchQueue

Property Value

The current dispatch queue if invoked from code that was queued into a DispatchQueue, otherwise it returns the same queue as MainQueue.

Applies to