Accusoft.PrizmViewer10.AnnotationServer
DatabaseStore Constructor






A string value which represents the path.
An integer value which represents the page.
Initializes the DatabaseStore class.
Syntax
'Declaration
 
Public Function New( _
   ByVal traceInst As System.Web.TraceContext, _
   ByVal path As System.String, _
   ByVal page As System.Integer, _
   ByVal httpAppStateInst As System.Web.HttpApplicationState _
)
'Usage
 
Dim traceInst As System.Web.TraceContext
Dim path As System.String
Dim page As System.Integer
Dim httpAppStateInst As System.Web.HttpApplicationState
 
Dim instance As New DatabaseStore(traceInst, path, page, httpAppStateInst)
public DatabaseStore( 
   System.Web.TraceContext traceInst,
   System.string path,
   System.int page,
   System.Web.HttpApplicationState httpAppStateInst
)
public DatabaseStore( 
    traceInst: System.Web.TraceContext;
    path: System.String;
    page: System.Integer;
    httpAppStateInst: System.Web.HttpApplicationState
); 
public function DatabaseStore( 
   traceInst : System.Web.TraceContext,
   path : System.String,
   page : System.int,
   httpAppStateInst : System.Web.HttpApplicationState
);
public: DatabaseStore( 
   System.Web.TraceContext* traceInst,
   System.string* path,
   System.int page,
   System.Web.HttpApplicationState* httpAppStateInst
)
public:
DatabaseStore( 
   System.Web.TraceContext^ traceInst,
   System.String^ path,
   System.int page,
   System.Web.HttpApplicationState^ httpAppStateInst
)

Parameters

traceInst
path
A string value which represents the path.
page
An integer value which represents the page.
httpAppStateInst
See Also

Reference

DatabaseStore Class
DatabaseStore Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback