Click or drag to resize

SoftReferenceT Constructor

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SoftReference(
	T target,
	int incrementCount = 20,
	int decrementCount = 1
)

Parameters

target
Type: T
The target.
incrementCount (Optional)
Type: SystemInt32
The increment count.
decrementCount (Optional)
Type: SystemInt32
The decrement count.
See Also