Click or drag to resize

RazorViewSessionExpired Event

Raised when a client session is being expired.

Namespace:  GSF.Web.Model
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.160-beta
Syntax
public static event EventHandler<EventArgs<Guid, DynamicViewBag>> SessionExpired
Request Example View Source

Value

Type: SystemEventHandlerEventArgsGuid, DynamicViewBag
See Also