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