Click or drag to resize

ScopedInstanceTSet Method

Sets the specified instance.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IDisposable Set(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:com.espertech.esper.compat.ScopedInstance`1.Set(`0)"]

See Also