public void sendCommand(OutgoingAggreGateCommand cmd)
 {
     cmd.send(streamWrapper);
 }
示例#2
0
 protected override void send(OutgoingAggreGateCommand cmd)
 {
     cmd.send(streamWrapper);
 }