Exemple #1
0
 public System.Threading.Tasks.Task <bool> logoutAsync(GameSystem.ws.LoginTag l)
 {
     return(base.Channel.logoutAsync(l));
 }
Exemple #2
0
 public bool logout(GameSystem.ws.LoginTag l)
 {
     return(base.Channel.logout(l));
 }