IDataDiscoveryModuleServiceTryGetSessionFromDataDiscoverySession Method  | 
 
            Attempt to find a session based on a valid session from the Data Discovery module, or create it if it doesn't exist.
            
 
    Namespace: 
   Dundas.BI.DataDiscovery
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool TryGetSessionFromDataDiscoverySession(
	string dataDiscoverySessionId,
	out Guid sessionId
)
Function TryGetSessionFromDataDiscoverySession ( 
	dataDiscoverySessionId As String,
	<OutAttribute> ByRef sessionId As Guid
) As Boolean
bool TryGetSessionFromDataDiscoverySession(
	String^ dataDiscoverySessionId, 
	[OutAttribute] Guid% sessionId
)
abstract TryGetSessionFromDataDiscoverySession : 
        dataDiscoverySessionId : string * 
        sessionId : Guid byref -> bool 
Parameters
- dataDiscoverySessionId
 - Type: SystemString
The Data Discovery module's session ID. - sessionId
 - Type: SystemGuid
When this method returns successfully, the ID of the corresponding application session. 
Return Value
Type: 
Boolean if the session was successfully found or created; otherwise, 
.
Exceptions
See Also