SessionKeepAliveEventArgs Class |
Inheritance HierarchySystemObject
SystemEventArgs
Dundas.BI.AccountServicesSessionKeepAliveEventArgs
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic class SessionKeepAliveEventArgs : EventArgs
Public Class SessionKeepAliveEventArgs
Inherits EventArgs
public ref class SessionKeepAliveEventArgs : public EventArgs
type SessionKeepAliveEventArgs =
class
inherit EventArgs
endThe SessionKeepAliveEventArgs type exposes the following members.
Properties|
| Name | Description |
|---|
 | Account | Gets the account associated with the session. |
 | Session | Gets the session which is being kept alive. |
 | ValidUntil |
Gets or sets the date until which the session will remain valid, if no further activity is detected.
|
Top
See Also