Gets or sets a user-specified thread ID.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
public int ThreadID { get; set; }public int ThreadID { get; set; }Public Property ThreadID As Integer
Get
Set
Public Property ThreadID As Integer
Get
Set
public:
property int ThreadID {
int get ();
void set (int value);
}public:
property int ThreadID {
int get ();
void set (int value);
}Property Value
Type:
Int32
The user-specified thread ID. The default value is zero.
This property is a convenience for users who wish to store the ID
of the thread that has locked this CogSyncObject.
Use of this property is optional.