Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.38 KB

ihostautoevent-interface.md

File metadata and controls

45 lines (35 loc) · 1.38 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: IHostAutoEvent Interface
IHostAutoEvent Interface
03/30/2017
IHostAutoEvent
mscoree.dll
COM
IHostAutoEvent
IHostAutoEvent interface [.NET Framework hosting]
6c1d15c1-a80a-4ee9-b1e4-6e859db6575a
apiref

IHostAutoEvent Interface

Provides a representation of the host's implementation of an auto-reset event.

Methods

Method Description
Set Method Sets the current IHostAutoEvent instance to a signaled state.
Wait Method Causes the current IHostAutoEvent instance to wait until the event is owned or a specified amount of time elapses.

Requirements

Platforms: See System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also