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 (8.0.2.1001)
SyntaxLogOnResult LogOn(
LogOnParameters parameters
)
Function LogOn (
parameters As LogOnParameters
) As LogOnResult
LogOnResult^ LogOn(
LogOnParameters^ parameters
)
abstract LogOn :
parameters : LogOnParameters -> LogOnResult
Parameters
- parameters
- Type: Dundas.BI.AccountServicesLogOnParameters
An object containing the information required to authenticate.
Return Value
Type:
LogOnResultAn object describing the result of the authentication operation.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | parameters is . |
| ArgumentException | One or more properties in parameters has an invalid value. |
| InvalidOperationException | parameters did not contain enough information to perform the authentication operation.
|
See Also