Click or drag to resize

TrackedDisposable Constructor

Initializes a new instance of the TrackedDisposable class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public TrackedDisposable(
	Action actionOnDispose
)

Parameters

actionOnDispose
Type: SystemAction
The action on dispose.
See Also