GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuViewareManager Class / CreateDocuViewareSession Method
An unique identifier specifying the id of the new session to create.
The client identifier of the DocuviewareControl instance that will be associated with this session.
Specifies the amount of time, in minutes, allowed between requests before the DocuVieware session-state provider terminates the session.
Specifies the ApplicationURI to use for this specific session (replace DocuViewareManager.SetupConfiguration).

In This Topic
CreateDocuViewareSession Method (DocuViewareManager)
In This Topic
Creates a new DocuVieware session.
Syntax
'Declaration
 
Public Shared Function CreateDocuViewareSession( _
   ByVal SessionID As String, _
   ByVal ClientID As String, _
   Optional ByVal Timeout As Integer, _
   Optional ByVal ApplicationURI As String _
) As GdPicture14.GdPictureStatus
public static GdPicture14.GdPictureStatus CreateDocuViewareSession( 
   string SessionID,
   string ClientID,
   int Timeout,
   string ApplicationURI
)

Parameters

SessionID
An unique identifier specifying the id of the new session to create.
ClientID
The client identifier of the DocuviewareControl instance that will be associated with this session.
Timeout
Specifies the amount of time, in minutes, allowed between requests before the DocuVieware session-state provider terminates the session.
ApplicationURI
Specifies the ApplicationURI to use for this specific session (replace DocuViewareManager.SetupConfiguration).

Return Value

A member of the GdPictureStatus enumeration.
See Also