RoomManager members

Group chat room manager that provides room query functionality.

The RoomManager type exposes the following members.

Properties

  Name Description
Public property FollowedRooms Returns a collection of followed rooms
Public property State Gets the room manager state.

Top

Methods

  Name Description
Public method BeginQueryRoomByUri
Public method BeginQueryRooms Generates a query to find existing group chat rooms specified by key word.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndQueryRoomByUri Query for a room by room Uri.
Public method EndQueryRooms Blocks calling thread until room query operation completes.
Public method Equals (Inherited from Object.)
Protected method Finalize (Overrides UCWFullFinalize().)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event FollowedRoomAdded Raised when a room is added to the user's contact list.
Public event FollowedRoomRemoved Raised when a room is removed from the user's contact list.
Public event RoomManagerStateChanged Raised when the room manager is changing its state.

Top

See also

Reference

RoomManager class

Microsoft.Lync.Model.Room namespace