示例#1
0
 /** <inheritdoc /> */
 public bool PingNode(Guid nodeId)
 {
     return(_prj.PingNode(nodeId));
 }