IDataDiscoveryModuleServiceLogoutDataDiscoverySession Method

Logs out the specified session in the Data Discovery module.

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
bool LogoutDataDiscoverySession(
	string dataDiscoverySessionId
)

Parameters

dataDiscoverySessionId
Type: SystemString
The ID of the Data Discovery module's session.

Return Value

Type: Boolean
if the session was successfully logged out; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptiondataDiscoverySessionId is or empty.
FeatureNotEnabledExceptionThe Visual Data Discovery module is not enabled.
Remarks
If this method fails, the reason should be visible from the application log.
See Also