SFSEventROOM_FIND_RESULT Field |
Dispatched when a Rooms search is completed.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string ROOM_FIND_RESULT
Field Value
Type:
StringRemarks
This event is fired in response to the
FindRoomsRequest request to return the search result.
The
Params object contains the following parameters:
Parameter | Description |
---|
rooms | (List<Room>) A list of Room objects representing the Rooms matching the search criteria. If no Room is found, the list is empty. |
Examples See Also