RoomManager.BeginQueryRooms Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a query to find existing group chat rooms specified by key word.
public:
IAsyncResult ^ BeginQueryRooms(System::String ^ keyword, Microsoft::Lync::Model::Room::RoomSearchModeType searchType, AsyncCallback ^ roomManagerCallback, System::Object ^ state);
public IAsyncResult BeginQueryRooms (string keyword, Microsoft.Lync.Model.Room.RoomSearchModeType searchType, AsyncCallback roomManagerCallback, object state);
member this.BeginQueryRooms : string * Microsoft.Lync.Model.Room.RoomSearchModeType * AsyncCallback * obj -> IAsyncResult
Public Function BeginQueryRooms (keyword As String, searchType As RoomSearchModeType, roomManagerCallback As AsyncCallback, state As Object) As IAsyncResult
- keyword
- String
- searchType
- RoomSearchModeType
- roomManagerCallback
- AsyncCallback
- state
- Object
System.IAsyncResult
The collection of rooms returned as the query result can contain rooms that the user does not have permission to enter or post messages to.