[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
An object that represents a timer. Timers must be
disposable.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ITimer _ Implements IDisposable |
C# |
---|
public interface ITimer : IDisposable |
Visual C++ |
---|
public interface class ITimer : IDisposable |