Share via


HttpDiagnosticProviderRequestResponseCompletedEventArgs.ThreadId Property

Definition

Gets the thread ID.

public:
 property unsigned int ThreadId { unsigned int get(); };
uint32_t ThreadId();
public uint ThreadId { get; }
var uInt32 = httpDiagnosticProviderRequestResponseCompletedEventArgs.threadId;
Public ReadOnly Property ThreadId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The thread ID.

Applies to