Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ChatClient.ChatService.User[]> JoinRoomAsync(ChatClient.ChatService.Room room, ChatClient.ChatService.User user)
 {
     return(base.Channel.JoinRoomAsync(room, user));
 }
Exemplo n.º 2
0
 public ChatClient.ChatService.User[] JoinRoom(ChatClient.ChatService.Room room, ChatClient.ChatService.User user)
 {
     return(base.Channel.JoinRoom(room, user));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <ChatClient.ChatService.User[]> GetUserListAsync(ChatClient.ChatService.Room room)
 {
     return(base.Channel.GetUserListAsync(room));
 }
Exemplo n.º 4
0
 public ChatClient.ChatService.User[] GetUserList(ChatClient.ChatService.Room room)
 {
     return(base.Channel.GetUserList(room));
 }
Exemplo n.º 5
0
 public System.Threading.Tasks.Task <ChatClient.ChatService.Room> CreateRoomAsync(ChatClient.ChatService.Room room)
 {
     return(base.Channel.CreateRoomAsync(room));
 }
Exemplo n.º 6
0
 public ChatClient.ChatService.Room CreateRoom(ChatClient.ChatService.Room room)
 {
     return(base.Channel.CreateRoom(room));
 }