TerminatingSessionEventArgs Class

The event data corresponding to TerminatingSession.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BIItemChangedEventArgsSession
      Dundas.BI.AccountServicesTerminatingSessionEventArgs

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 TerminatingSessionEventArgs : ItemChangedEventArgs<Session>

The TerminatingSessionEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyItemGets the item being modified.
(Inherited from ItemChangedEventArgsTItem)
Public propertyReasonGets the reason why the session is being terminated.
Top
Remarks
Note: In the case where all sessions are being terminated at once, the value of ItemChangedEventArgsTItem will be .
See Also