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