Overload List

  Name Description
Public method 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.
Public method 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.
Public method 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.
Top

See Also