ILogOnServiceLogOn Method (Guid, Boolean, CultureInfo) |
Logs on using a provided logon token.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax LogOnResult LogOn(
Guid logOnToken,
bool deleteOtherSessions,
CultureInfo explicitCulture
)
Function LogOn (
logOnToken As Guid,
deleteOtherSessions As Boolean,
explicitCulture As CultureInfo
) As LogOnResult
LogOnResult^ LogOn(
Guid logOnToken,
bool deleteOtherSessions,
CultureInfo^ explicitCulture
)
abstract LogOn :
logOnToken : Guid *
deleteOtherSessions : bool *
explicitCulture : CultureInfo -> LogOnResult
Parameters
- logOnToken
- Type: SystemGuid
The log on token. - deleteOtherSessions
- Type: SystemBoolean
A flag indicating if other sessions should be deleted if required for the logon to succeed. - explicitCulture
- Type: System.GlobalizationCultureInfo
The culture to associate with the session, or to use the default culture for the account.
Return Value
Type:
LogOnResultAn object describing the result of the logon operation.
Exceptions Remarks
If the application determines that an existing session should be reused for this operation, the value of explicitCulture
will be ignored.
See Also