Table of Contents

Method SuspendThread

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

SuspendThread(int, int)

Suspends the specified thread.

public static void SuspendThread(int processId, int threadID)

Parameters

processId int

The system-unique identifier of a process that contains a thread to be suspended.

threadID int

The unique identifier of the thread to be suspended.