WebSocketSessionManagerKeepClean Property |
Gets or sets a value indicating whether the inactive sessions in
the WebSocket service are cleaned up periodically.
Namespace:
Sfs2X.WebSocketSharp.Server
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool KeepClean { get; set; }
Property Value
Type:
Booleantrue if the inactive sessions are cleaned up every 60 seconds;
otherwise,
false.
Remarks
The set operation does nothing if the service has already started or
it is shutting down.
See Also