fcSDK Documentation
GetSession Method (ClarifyApplication)

The globally unique identifier for the desired session.
Retrieves an ClarifySession previously created by CreateSession.
Syntax
'Declaration
 
Public Overridable Function GetSession( _
   ByVal sessionID As Guid _
) As ClarifySession
public virtual ClarifySession GetSession( 
   Guid sessionID
)

Parameters

sessionID
The globally unique identifier for the desired session.

Return Value

The ClarifySession with the specified sessionID.
Exceptions
ExceptionDescription
ClarifyExceptionA session with the specified ID does not exist or has been closed.
Remarks

The ID of a session is accessible via the SessionID property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

ClarifyApplication Class
ClarifyApplication Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.