Beispiel #1
0
        public ICEPExpression <IEnumerable <InputType> > Window(int numEvents)
        {
            EventWindowBlock <InputType> block = blockFactory.CreateEventWindowBlock <InputType>(numEvents, name + "WindowNumEvents");

            return(CreateChildExpr <IEnumerable <InputType> >(this, block, name + "WindowEvents."));
        }