SessionKeepAliveEventArgs Class

The event data corresponding to SessionKeepAlive.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BI.AccountServicesSessionKeepAliveEventArgs

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class SessionKeepAliveEventArgs : EventArgs

The SessionKeepAliveEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyAccountGets the account associated with the session.
Public propertySessionGets the session which is being kept alive.
Public propertyValidUntil Gets or sets the date until which the session will remain valid, if no further activity is detected.
Top
See Also