Table of Contents

NT_SET_THREAD_POOL_STATE (328)

Resets the thread pool of the specified multithreaded timer.

int timerId = 1;
bool isEnabled = true;

protocol.NotifyProtocol(328 /*NT_SET_THREAD_POOL_STATE*/, timerId, isEnabled);

Parameters

  • timerId (int): The timer ID.
  • Thread pool state (bool): true to enable the thread pool; otherwise, false.

Return Value

  • Does not return an object.