ILogOnServiceLogOn(Guid, Boolean) Method

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 (26.2.0.1000)
Syntax
LogOnResult LogOn(
	Guid logOnToken,
	bool deleteOtherSessions
)

Parameters

logOnToken  Guid
The log on token.
deleteOtherSessions  Boolean
A flag indicating if other sessions should be deleted if required for the logon to succeed.

Return Value

LogOnResult
An object describing the result of the logon operation.
Exceptions
ExceptionCondition
ArgumentExceptionlogOnToken is Empty.
Remarks
If the application determines that an existing session should be reused for this operation, the value of explicitCulture will be ignored.
See Also