DispatchQueue.Context Property

Definition

User defined context information attachech to a DispatchQueue.

public IntPtr Context { get; set; }
member this.Context : nativeint with get, set

Property Value

IntPtr

nativeint

Remarks

You can use the Context property on a DispatchQueue to store state that your application might want to associate with it.

Applies to