Share via


TraceEventCache.ThreadId Proprietà

Definizione

Ottiene un identificatore univoco per il thread gestito corrente.

public:
 property System::String ^ ThreadId { System::String ^ get(); };
public string ThreadId { get; }
member this.ThreadId : string
Public ReadOnly Property ThreadId As String

Valore della proprietà

Stringa che rappresenta un identificatore integer univoco per il thread gestito corrente.

Commenti

L'identificatore del Thread.ManagedThreadId thread è il valore della proprietà formattata come stringa.

Si applica a