CreatingSessionEventArgs Class

The event data corresponding to CreatingSession.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BI.AccountServicesCreatingSessionEventArgs

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 CreatingSessionEventArgs : EventArgs

The CreatingSessionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCreationParameters
Gets the session creation parameters.
Public propertyLogOnToken Obsolete.
Gets the logon token associated with the logon operation.
Top
See Also