ILogOnServiceLogOn(String, String, Boolean) Method |
Logs on using the provided account name and password.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxLogOnResult LogOn(
string accountName,
string password,
bool deleteOtherSessions
)
Function LogOn (
accountName As String,
password As String,
deleteOtherSessions As Boolean
) As LogOnResult
LogOnResult^ LogOn(
String^ accountName,
String^ password,
bool deleteOtherSessions
)
abstract LogOn :
accountName : string *
password : string *
deleteOtherSessions : bool -> LogOnResult Parameters
- accountName String
- The account name.
- password String
- The password.
- deleteOtherSessions Boolean
- A flag indicating if other sessions should be deleted if required for the logon to succeed.
Return Value
LogOnResultAn object describing the result of the logon operation.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
At least one of accountName and password are or empty.
|
See Also