|
SessionHandlerSessionExpired Event
|
Raised when a client session is being expired.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxpublic static event EventHandler<EventArgs<Guid, DynamicViewBag>> SessionExpired
Public Shared Event SessionExpired As EventHandler(Of EventArgs(Of Guid, DynamicViewBag))
public:
static event EventHandler<EventArgs<Guid, DynamicViewBag^>^>^ SessionExpired {
void add (EventHandler<EventArgs<Guid, DynamicViewBag^>^>^ value);
void remove (EventHandler<EventArgs<Guid, DynamicViewBag^>^>^ value);
}
member SessionExpired : IEvent<EventHandler<EventArgs<Guid, DynamicViewBag>>,
EventArgs<Guid, DynamicViewBag>>
function add_SessionExpired(value);
function remove_SessionExpired(value);
View SourceValue
EventHandlerEventArgsGuid,
DynamicViewBag
See Also