 | TrackedDisposable Constructor |
Namespace:
com.espertech.esper.compat
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic TrackedDisposable(
Action actionOnDispose
)
Parameters
- actionOnDispose
- Type: SystemAction
The action on dispose.
See Also