ILogOnServiceLogOn 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 (24.3.0.1000)
Syntax
LogOnResult LogOn(
	LogOnParameters parameters
)

Parameters

parameters
Type: Dundas.BI.AccountServicesLogOnParameters
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 .
ArgumentExceptionOne or more properties in parameters has an invalid value.
InvalidOperationExceptionparameters did not contain enough information to perform the authentication operation.
See Also