Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 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;
 }
Esempio n. 3
0
 public FireAndForgetInstanceNamedWindow(NamedWindowInstance processorInstance)
 {
     ProcessorInstance = processorInstance;
 }