DispatchQueue.Label Property

Definition

Returns the label for this DispatchQueue.

public string Label { get; }
member this.Label : string

Property Value

Remarks

This is the same name that was provided when the queue was constructed

Applies to