GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuViewareManager Class / AbandonSession Method
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 GdPicture14.GdPictureStatus
public static GdPicture14.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