Open this page in the API Guide

ILogOnService.LogOn Method (Boolean, CultureInfo)

Logs on to the system using the current Windows identity.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
LogOnResult LogOn(
	bool deleteOtherSessions,
	CultureInfo? explicitCulture
)

Parameters

deleteOtherSessions
Type: System.Boolean
A flag indicating if other sessions should be deleted if required for the logon to succeed.
explicitCulture
Type: System.Globalization.CultureInfo
The culture to associate with the session, or null to use the default culture for the account.

Return Value

Type: LogOnResult
An object describing the result of the logon operation.
See Also