예제 #1
0
        public override void Execute()
        {
            //step1. Processing
            DB.BulkInsert <T>(this.DataObjs);
            ES.BulkInsert <T>(this.DataObjs);

            //step2.
            this.DataConnection.RemoveAll(this.Key);
            this.DataConnection.SetHashTable_Plus(KeyName.ReceiverReply, this.NodeId.ToString(), -1);
            this.DataObjs.Clear();
        }