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.3.0.1000)
Syntaxbool LogoutDataDiscoverySession(
	string dataDiscoverySessionId
)
Function LogoutDataDiscoverySession ( 
	dataDiscoverySessionId As String
) As Boolean
bool LogoutDataDiscoverySession(
	String^ dataDiscoverySessionId
)
abstract LogoutDataDiscoverySession : 
        dataDiscoverySessionId : string -> bool 
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
RemarksIf this method fails, the reason should be visible from the application log.
See Also