public StatementAgentInstanceFactoryCreateNWResult( Viewable finalView, AgentInstanceStopCallback stopCallback, AgentInstanceContext agentInstanceContext, Viewable eventStreamParentViewable, Viewable topView, NamedWindowInstance namedWindowInstance, ViewableActivationResult viewableActivationResult) : base( finalView, stopCallback, agentInstanceContext, null, new EmptyDictionary<int, SubSelectFactoryResult>(), null, null, null, new EmptyDictionary<int, ExprTableEvalStrategy>(), null) { this.eventStreamParentViewable = eventStreamParentViewable; this.topView = topView; this.namedWindowInstance = namedWindowInstance; this.viewableActivationResult = viewableActivationResult; }
public StatementAgentInstanceFactoryCreateNwResult( Viewable finalView, AgentInstanceMgmtCallback stopCallback, AgentInstanceContext agentInstanceContext, Viewable eventStreamParentViewable, Viewable topView, NamedWindowInstance namedWindowInstance, ViewableActivationResult viewableActivationResult) : base( finalView, stopCallback, agentInstanceContext, null, EmptyDictionary<int, SubSelectFactoryResult>.Instance, null, null, null, EmptyDictionary<int, ExprTableEvalStrategy>.Instance, null, null) { _eventStreamParentViewable = eventStreamParentViewable; _topView = topView; _namedWindowInstance = namedWindowInstance; _viewableActivationResult = viewableActivationResult; }
public FireAndForgetInstanceNamedWindow(NamedWindowInstance processorInstance) { ProcessorInstance = processorInstance; }