Table of Contents

Method ResumeThread

Namespace
Alternet.Common
Assembly
Alternet.Common.Winforms.v10.dll

ResumeThread(int, int)

Resumes the specified thread.

public static void ResumeThread(int processId, int threadID)

Parameters

processId int

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

threadID int

The unique identifier of the thread that is to be resumed.