ILogOnServiceLogOn(Boolean, CultureInfo) Method |
Logs on to the system using the current Windows identity.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxLogOnResult LogOn(
bool deleteOtherSessions,
CultureInfo? explicitCulture
)
Function LogOn (
deleteOtherSessions As Boolean,
explicitCulture As CultureInfo
) As LogOnResult
LogOnResult^ LogOn(
bool deleteOtherSessions,
CultureInfo^ explicitCulture
)
abstract LogOn :
deleteOtherSessions : bool *
explicitCulture : CultureInfo -> LogOnResult Parameters
- deleteOtherSessions Boolean
- A flag indicating if other sessions should be deleted if required for the logon to succeed.
- explicitCulture CultureInfo
- The culture to associate with the session, or to use the default culture for the account.
Return Value
LogOnResultAn object describing the result of the logon operation.
See Also