Open this page in the API Guide

ILogOnService.LogOn Method (LogOnParameters)

Logs on according to the specified parameters.

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(
	LogOnParameters parameters
)

Parameters

parameters
Type: Dundas.BI.AccountServices.LogOnParameters
An object containing the information required to authenticate.

Return Value

Type: LogOnResult
An object describing the result of the authentication operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameters is null.
ArgumentExceptionOne or more properties in parameters has an invalid value.
InvalidOperationExceptionparameters did not contain enough information to perform the authentication operation.
See Also