Class CountEvent
Inheritance
System.Object
CountEvent
Implements
System.IDisposable
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public sealed class CountEvent : Object, IDisposable
Constructors
CountEvent()
Declaration
public CountEvent()
Fields
Count
Declaration
public int Count
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Handle
Declaration
public readonly EventWaitHandle Handle
Field Value
| Type | Description |
|---|---|
| System.Threading.EventWaitHandle |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable