Click or drag to resize

AggregationMultiFunctionAccessorGetEnumerableScalar Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor.GetEnumerableScalar(System.Void,System.Object,com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState,com.espertech.esper.common.client.EventBean[])"]

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
ICollection GetEnumerableScalar(
	void state,
	Object eventsPerStream,
	AggregationMultiFunctionState isNewData,
	EventBean[] exprEvaluatorContext
)

Parameters

state
Type: SystemVoid

[Missing <param name="state"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor.GetEnumerableScalar(System.Void,System.Object,com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState,com.espertech.esper.common.client.EventBean[])"]

eventsPerStream
Type: SystemObject

[Missing <param name="eventsPerStream"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor.GetEnumerableScalar(System.Void,System.Object,com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState,com.espertech.esper.common.client.EventBean[])"]

isNewData
Type: com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionState

[Missing <param name="isNewData"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor.GetEnumerableScalar(System.Void,System.Object,com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState,com.espertech.esper.common.client.EventBean[])"]

exprEvaluatorContext
Type: com.espertech.esper.common.clientEventBean

[Missing <param name="exprEvaluatorContext"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor.GetEnumerableScalar(System.Void,System.Object,com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState,com.espertech.esper.common.client.EventBean[])"]

Return Value

Type: ICollectionT

[Missing <returns> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionAccessor.GetEnumerableScalar(System.Void,System.Object,com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionState,com.espertech.esper.common.client.EventBean[])"]

See Also