コード例 #1
0
 public bool IsPersistent(PeerId peerId)
 {
     return(_peerRepository.IsPersistent(peerId).GetValueOrDefault());
 }