Partilhar via


Interface IHostSemaphore

Representa a implementação do host de um sinal de threading.

interface IHostSemaphore : IUnknown {
    HRESULT ReleaseSemaphore (
        [in]  LONG  lReleaseCount,
        [out] LONG  *lpPreviousCount
    );
    HRESULT Wait (
        [in]  DWORD dwMilliseconds,
        [in]  DWORD option
    );
};

Métodos

Método

Descrição

Método IHostSemaphore::ReleaseSemaphore

Aumenta a contagem do corrente IHostSemaphore instância pelo valor especificado.

Método IHostSemaphore::Wait

Faz com que o corrente IHostSemaphore instância para aguardar até que ele pertence ou a quantidade especificada de time decorrido.

Requisitos

Plataformas: See Requisitos de sistema do .NET framework.

Cabeçalho: MSCorEE.idl

Biblioteca: Incluído sistema autônomo um recurso em MSCorEE.dll

.NET Framework Versions: 3.5 SP1, 3,5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Consulte também

Referência

Interface ICLRSyncManager

Interface IHostAutoEvent

Interface IHostManualEvent

Interface IHostSyncManager

Outros recursos

Interfaces de hospedagem