Open this page in the API Guide

IDataDiscoveryModuleService.LogoutDataDiscoverySession 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.1.0.1000)
Syntax
bool LogoutDataDiscoverySession(
	string dataDiscoverySessionId
)

Parameters

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

Return Value

Type: Boolean
true if the session was successfully logged out; otherwise, false.
Remarks
If this method fails, the reason should be visible from the application log.
See Also