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 (24.3.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, .
Remarks
If this method fails, the reason should be visible from the application log.
See Also