Condividi tramite


IThreadPoolConfig::GetTimeout

Chiamare questo metodo per ottenere il tempo massimo in millisecondi che il pool di thread rimarrà un thread per interrompere.

STDMETHOD(GetTimeout)( 
   DWORD * pdwMaxWait  
);

Parametri

  • pdwMaxWait
    [out] indirizzo di variabile che, in positivo, riceve il tempo massimo in millisecondi che il pool di thread rimarrà un thread per interrompere.

Valore restituito

Restituisce S_OK su positivo, o un errore HRESULT di errore.

Esempio

Vedere IThreadPoolConfig::GetSize.

Requisiti

Header: atlutil.h

Vedere anche

Riferimenti

IThreadPoolConfig Interface

IThreadPoolConfig::SetTimeout