ILogOnServiceLogOn(LogOnParameters) Method

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

Parameters

parameters  LogOnParameters
An object containing the information required to authenticate.

Return Value

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