|
RazorViewSessionMonitorInterval Property
|
Gets interval, in milliseconds, over which the client session cache will be evaluated for expired sessions.
Namespace:
GSF.Web.Model
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.2.160-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.Model.RazorView.get_SessionMonitorInterval = function();
Request Example
View SourceProperty Value
Type:
DoubleSee Also