ClassesClassesClassesClasses | | | | Operators

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

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

HBarrier (Class)

Name

HBarrier — Represents an instance of a barrier synchronization object.

Constructors

CreateBarrier    Create a barrier 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.

ClearBarrier    Destroy a barrier synchronization object.

Methods

CreateBarrier    Create a barrier synchronization object.
WaitBarrier    Wait on the release of a barrier synchronization object.

HBarrier (Class)

Name

HBarrier — Represents an instance of a barrier synchronization object.

Constructors

CreateBarrier    Create a barrier 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.

ClearBarrier    Destroy a barrier synchronization object.

Methods

CreateBarrier    Create a barrier synchronization object.
WaitBarrier    Wait on the release of a barrier synchronization object.

HBarrier (Class)

Name

HBarrier — Represents an instance of a barrier synchronization object.

Methods

CreateBarrier    Create a barrier synchronization object.
WaitBarrier    Wait on the release of a barrier synchronization object.

HBarrierX (Class)

Name

HBarrierX — Represents an instance of a barrier synchronization object.

Constructors

CreateBarrier    Create a barrier 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.

ClearBarrier    Destroy a barrier synchronization object.

Methods

CreateBarrier    Create a barrier synchronization object.
WaitBarrier    Wait on the release of a barrier synchronization object.


ClassesClassesClassesClasses | | | | Operators