Click or drag to resize

RoomEventsAllowUserExit Property

Indicates whether the USER_EXIT_ROOM event should be dispatched whenever a user leaves the Room or not.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool AllowUserExit { get; set; }

Property Value

Type: Boolean
Remarks
The default value is false.
See Also