Exemplo n.º 1
0
 public static void SendCloseAck(Own destination)
 {
     var command = new CloseAckCommand(destination);
     SendCommand(command);
 }
Exemplo n.º 2
0
 internal virtual void Process(CloseAckCommand command)
 {
     throw new NotImplementedException();
 }