Esempio n. 1
0
        public ICEPExpression <IEnumerable <InputType> > Window(TimeSpan span)
        {
            TimeWindowBlock <InputType> block = blockFactory.CreateTimeWindowBlock <InputType>(span, name + "WindowTimeEvents");

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