예제 #1
0
 public static void SendCloseAck(Own destination)
 {
     var command = new CloseAckCommand(destination);
     SendCommand(command);
 }
예제 #2
0
 internal virtual void Process(CloseAckCommand command)
 {
     throw new NotImplementedException();
 }