ILogOnServiceLogOn(LogOnParameters) Method |
Logs on according to the specified parameters.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxLogOnResult LogOn(
LogOnParameters parameters
)
Function LogOn (
parameters As LogOnParameters
) As LogOnResult
LogOnResult^ LogOn(
LogOnParameters^ parameters
)
abstract LogOn :
parameters : LogOnParameters -> LogOnResult Parameters
- parameters LogOnParameters
- An object containing the information required to authenticate.
Return Value
LogOnResultAn object describing the result of the authentication operation.
Exceptions
See Also