Share via


Dumper.SetThreadId(Int32) Method

Definition

Sets the thread identifier of the dumper.

public:
 void SetThreadId(int threadId);
public void SetThreadId (int threadId);
member this.SetThreadId : int -> unit
Public Sub SetThreadId (threadId As Integer)

Parameters

threadId
Int32

The thread identifier.

Applies to