RoomManager members
Group chat room manager that provides room query functionality.
The RoomManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
FollowedRooms | Returns a collection of followed rooms | |
State | Gets the room manager state. |
Top
Methods
Name | Description | |
---|---|---|
BeginQueryRoomByUri | Query a room by its URI. | |
BeginQueryRooms | Query room(s) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndQueryRoomByUri | Query a room by its URI. | |
EndQueryRooms | Query room(s) | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
FollowedRoomAdded | Raised when a room is added to the user's contact list. | |
FollowedRoomRemoved | Raised when a room is removed from the user's contact list. | |
RoomManagerStateChanged | Raised when the room manager is changing its state. |
Top