DispatchQueue.Context 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.
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.