Click or drag to resize

AggregationMultiFunctionAgentFactoryNewAgent Method

Returns a new agent

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
AggregationMultiFunctionAgent NewAgent(
	AggregationMultiFunctionAgentFactoryContext ctx
)

Parameters

ctx
Type: com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionAgentFactoryContext
contextual information

Return Value

Type: AggregationMultiFunctionAgent
agent
See Also