コード例 #1
0
ファイル: PeerDirectoryClient.cs プロジェクト: ape-box/Zebus
 public void Handle(PingPeerCommand message)
 {
     if (_pingStopwatch.IsRunning)
     {
         _pingStopwatch.Restart();
     }
 }
コード例 #2
0
ファイル: PeerDirectoryClient.cs プロジェクト: zofuthan/Zebus
 public void Handle(PingPeerCommand message)
 {
 }
コード例 #3
0
 public void Handle(PingPeerCommand message)
 {
     throw new NotImplementedException();
 }