VSockEndPointContextId Property

Gets or sets the context ID identifying the destination.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public int ContextId { get; set; }

Property Value

Int32
A context ID referring to a specific partition, or one of the well known CID values defined in the ContextId class.

See Also