Пример #1
0
        void Configure()
        {
            this.NodeManagerMachine = (this.ReceivedEvent as Events.DataNodeConfigEvent).id;
            this.Idx = (this.ReceivedEvent as Events.DataNodeConfigEvent).idx;

            this.DataNode = new DataNodeWrapper(this.Idx);

            this.Monitor <M>(new Events.NodeCreatedEvent());
            this.Raise(new Events.UnitEvent());
        }
Пример #2
0
        void Configure()
        {
            this.NodeManagerMachine = (this.ReceivedEvent as Events.DataNodeConfigEvent).id;
            this.Idx = (this.ReceivedEvent as Events.DataNodeConfigEvent).idx;

            this.DataNode = new DataNodeWrapper(this.Idx);

            this.Monitor<M>(new Events.NodeCreatedEvent());
            this.Raise(new Events.UnitEvent());
        }