|
SessionHandlerSessionMonitorInterval Property
|
Gets interval, in milliseconds, over which the client session cache will be evaluated for expired sessions.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public static double SessionMonitorInterval { get; }
Public Shared ReadOnly Property SessionMonitorInterval As Double
Get
public:
static property double SessionMonitorInterval {
double get ();
}
static member SessionMonitorInterval : float with get
GSF.Web.Security.SessionHandler.get_SessionMonitorInterval = function();
View SourceProperty Value
DoubleSee Also