Exemplo n.º 1
0
 public void Handle(PingPeerCommand message)
 {
     if (_pingStopwatch.IsRunning)
     {
         _pingStopwatch.Restart();
     }
 }
Exemplo n.º 2
0
 public void Handle(PingPeerCommand message)
 {
 }
Exemplo n.º 3
0
 public void Handle(PingPeerCommand message)
 {
     throw new NotImplementedException();
 }