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