예제 #1
0
 public R <ClientInfo> GetClientInfoById(ushort id)
 {
     try { return(tsBaseClient.ClientInfo(id)); }
     catch (Ts3CommandException) { return("No client found."); }
 }
예제 #2
0
 public ClientInfo GetClientInfoById(ushort id) => tsBaseClient.ClientInfo(id);
예제 #3
0
 public R <ClientInfo> GetClientInfoById(ushort id) => tsBaseClient.ClientInfo(id).ToR("No client found.");