Example #1
0
 private void AddCommittedInfoMsg(CallbackObjectInfoCollections committedInfo, LocalTransaction
                                  serverTransaction)
 {
     lock (ContainerLock())
     {
         Msg.CommittedInfo.SetTransaction(serverTransaction);
         MCommittedInfo message = Msg.CommittedInfo.Encode(committedInfo, ServerMessageDispatcher
                                                               ().DispatcherID());
         message.SetMessageDispatcher(ServerMessageDispatcher());
         ServerMessageDispatcher().Server().AddCommittedInfoMsg(message);
     }
 }