示例#1
0
 public string Ping(string message)
 {
     return(Execute(() => RemoteObject.Ping(message)));
 }