| ISessionManagerHasExpired Property |
Gets a value indicating whether the session for the incoming request has expired.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxReadOnly Property HasExpired As Boolean
Get
property bool HasExpired {
bool get ();
}abstract HasExpired : bool with get
Property Value
Type:
Booleantrue if this instance has expired; otherwise,
false.
See Also