ClassesClassesClassesClasses | | | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HEvent (Class)

Name

HEvent — Represents an instance of an event synchronization object.

Constructors

CreateEvent    Create an event synchronization object.

Finalizer

This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.

ClearEvent    Clear the event synchronization object.

Methods

CreateEvent    Create an event synchronization object.
SignalEvent    Unlock an event synchronization object.
TryWaitEvent    Lock an event synchronization object only if it is unlocked.
WaitEvent    Lock an event synchronization object.

HEvent (Class)

Name

HEvent — Represents an instance of an event synchronization object.

Constructors

CreateEvent    Create an event synchronization object.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.

ClearEvent    Clear the event synchronization object.

Methods

CreateEvent    Create an event synchronization object.
SignalEvent    Unlock an event synchronization object.
TryWaitEvent    Lock an event synchronization object only if it is unlocked.
WaitEvent    Lock an event synchronization object.

HEvent (Class)

Name

HEvent — Represents an instance of an event synchronization object.

Methods

CreateEvent    Create an event synchronization object.
SignalEvent    Unlock an event synchronization object.
TryWaitEvent    Lock an event synchronization object only if it is unlocked.
WaitEvent    Lock an event synchronization object.

HEventX (Class)

Name

HEventX — Represents an instance of an event synchronization object.

Constructors

CreateEvent    Create an event synchronization object.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when the last reference to the object instance is removed.

ClearEvent    Clear the event synchronization object.

Methods

CreateEvent    Create an event synchronization object.
SignalEvent    Unlock an event synchronization object.
TryWaitEvent    Lock an event synchronization object only if it is unlocked.
WaitEvent    Lock an event synchronization object.


ClassesClassesClassesClasses | | | | Operators