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 (24.1.0.1001)
Syntax
public class SessionKeepAliveEventArgs : EventArgs

The SessionKeepAliveEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAccount
Gets the account associated with the session.
Public propertySession
Gets 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