Open this page in the API Guide

SessionKeepAliveEventArgs Class

The event data corresponding to SessionKeepAlive.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.AccountServices.SessionKeepAliveEventArgs

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
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