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 (25.3.0.1000)
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
See Also