Click or drag to resize

wclCustomConnectionThreadId Property

Gets the connection's thread ID.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
public int ThreadId { get; }

Property Value

Int32
The thread ID.
Remarks
The connection's thread ID is the ID of the thread that created and used to handle the connection.
See Also