Click or drag to resize
LogMessageThreadId Property
This value is the thread ID of the thread that generated the message.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public int ThreadId { get; set; }

Property Value

Type: Int32
The thread id of the thread that generated this message.
See Also