Class CountLock
Inheritance
System.Object
CountLock
Implements
System.IDisposable
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public sealed class CountLock : Object, IDisposable
Constructors
CountLock(CountEvent)
Declaration
public CountLock(CountEvent e)
Parameters
Type | Name | Description |
---|---|---|
CountEvent | e |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable