Example #1
0
 public System.Threading.Tasks.Task <bool> RegisterServerAsync(int sid, string ip, int port, string name, Thyrsus.Character.Account.ServerTypes type)
 {
     return(base.Channel.RegisterServerAsync(sid, ip, port, name, type));
 }
Example #2
0
 public bool RegisterServer(int sid, string ip, int port, string name, Thyrsus.Character.Account.ServerTypes type)
 {
     return(base.Channel.RegisterServer(sid, ip, port, name, type));
 }