Click or drag to resize

SFSEventLOGOUT Field

Dispatched when the current user performs logs out of the server Zone.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string LOGOUT

Field Value

Type: String
Remarks
This event is fired in response to the LogoutRequest request.

No parameters are available for this event object.

Examples
See the LogoutRequest example.
See Also