EventWrittenEventArgs.OSThreadId Propriedade
Definição
Obtém o identificador de thread para o thread do SO que escreveu o evento.Gets the thread identifier for the OS thread that wrote the event. (somente .NET core 2.2 e posterior.)(.NET Core 2.2 and later only.)
public:
property long OSThreadId { long get(); };
public long OSThreadId { get; }
member this.OSThreadId : int64
Public ReadOnly Property OSThreadId As Long
Valor da propriedade
O identificador de thread para o thread de sistema operacional que escreveu o evento.The thread identifier for the OS thread that wrote the event.