Overload List
Name | Description | |
---|---|---|
BeginJoin(String, AsyncCallback, Object) | Join the chat room with the given name. To join a chat room, a user must be an authorized member. Only one active ChatRoomSession may exist for any given chat room per endpoint. | |
BeginJoin(Uri, AsyncCallback, Object) | Join the chat room indicated by the given URI. To join a chat room, a user must be an authorized member. Only one active ChatRoomSession may exist for any given chat room per endpoint. | |
BeginJoin(ChatRoomSummary, AsyncCallback, Object) | Join the chat room indicated by the given ChatRoomSession . To join a chat room, a user must be an authorized member. Only one active ChatRoomSession may exist for any given chat room per endpoint. |