ILogOnServiceLogOn Method (Boolean) | 
 Logs on to the system using the current Windows identity.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxLogOnResult LogOn(
	bool deleteOtherSessions
)
Function LogOn ( 
	deleteOtherSessions As Boolean
) As LogOnResult
LogOnResult^ LogOn(
	bool deleteOtherSessions
)
abstract LogOn : 
        deleteOtherSessions : bool -> LogOnResult 
Parameters
- deleteOtherSessions
 - Type: SystemBoolean
A flag indicating if other sessions should be deleted if required for the logon to succeed. 
Return Value
Type: 
LogOnResultAn object describing the result of the logon operation.
See Also