Click or drag to resize

ManagedCountdownLatch Class

A countdown latch that will signal when the counter reaches zero.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedCountdownLatch

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedCountdownLatch type exposes the following members.

Constructors
  NameDescription
Public methodManagedCountdownLatch
Creates a new instance of the Latch with an initial count.
Top
Properties
  NameDescription
Public propertyCount
Gets the current count on the latch.
Top
Methods
  NameDescription
Public methodDecrement
Decrements the counter by one and signals if it reaches zero.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWaitAsync
Returns a promise that resolves once the counter reaches zero.
Public methodWaitSync
Blocks until the counter reaches zero.
Top
See Also