An unique identifier specifying the id of the DocuVieware session.

In This Topic

AbandonSession Method (DocuViewareManager)

In This Topic
Destroys all the objects handled by the specified Docuvieware session. If the the AbandonSession method is not explicitly called, the server automatically call it when the session times out.
Syntax
'Declaration
 
Public Shared Function AbandonSession( _
   ByVal SessionID As String _
) As GdPictureStatus
public static GdPictureStatus AbandonSession( 
   string SessionID
)

Parameters

SessionID
An unique identifier specifying the id of the DocuVieware session.

Return Value

A member of the GdPictureStatus enumeration.
See Also