Open this page in the API Guide

CreatingSessionEventArgs Class

The event data corresponding to CreatingSession.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.AccountServices.CreatingSessionEventArgs

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 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