예제 #1
0
 public static void Clear()
 {
     StateContexts.Clear();
 }
예제 #2
0
 public AggregationMultiFunctionState NewState(AggregationMultiFunctionStateFactoryContext ctx)
 {
     var state = new SupportAggMFMultiRTSingleEventState();
     StateContexts.Add(state);
     return state;
 }