A unique identifier specifying the id of the session to check.

In This Topic

IsSessionAlive Method (DocuViewareManager)

In This Topic
Returns if a specific session is alive.
Syntax
'Declaration
 
Public Shared Function IsSessionAlive( _
   ByVal SessionID As String _
) As Boolean
public static bool IsSessionAlive( 
   string SessionID
)

Parameters

SessionID
A unique identifier specifying the id of the session to check.

Return Value

True if the session is alive, false otherwise.
See Also