Click or drag to resize

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
C#
public static readonly string ROOM_FIND_RESULT

Field Value

Type: String
Remarks
This event is fired in response to the FindRoomsRequest request to return the search result.

The Params object contains the following parameters:

ParameterDescription
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 the FindRoomsRequest example.
See Also