Click or drag to resize
SessionManager Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineSessionManager

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SessionManager

The SessionManager type exposes the following members.

Constructors
  NameDescription
Public methodSessionManager
Initializes a new instance of the SessionManager class
Top
Methods
  NameDescription
Public methodStatic memberCommonDirectory
Gets the fully qualified path to the common directory.
Public methodDispose
Disposes of the object
Public methodStatic memberDownloadFileFromWeb(String, Stream)
Downloads a file to a stream.
Public methodStatic memberDownloadFileFromWeb(String, String)
Downloads a file to a local file on disk.
Public methodStatic memberHelpDirectory
Public methodStatic memberHelpFile
Gets the fully qualified path of the help file.
Public methodStatic memberSessionID
Gives a unique ID for this session
Public methodStatic memberTrueClone
Creates a truly independant clone of a recordset
Public methodStatic memberWriteMessage
Top
Properties
  NameDescription
Public propertyStatic memberAutoUpdate
Gets a value that indicates if the the client should automatically check for updates.
Public propertyStatic memberDataFileFormat
Gets a value that indicates the file format used to store the setup.
Public propertyStatic memberDataLocation
Public propertyStatic memberLocalServiceRunning
Gets a property that indicates if the DataPA Enterprise Service is running on the local machine.
Public propertyStatic memberMessageLogFile
Gets and sets a value that specifies the log file messages will be written to if silent is true.
Public propertyStatic memberSessionFreeDataLocationAppServer
Gets a value that indicates if the Data Location AppServer is a session free AppServer
Public propertyStatic memberSessionOnlyDataFileFormat
Gets and sets a session only data location which will override the stdata location for this session only.
Public propertyStatic memberSessionOnlyDataLocation
Gets and sets a session only data location which will override the stdata location for this session only.
Public propertyStatic memberSilent
Gets and sets a property that indicates if the application is set to silent so will hide messages.
Public propertyStatic memberUpdateLocation
Gets the location the client will check for updates.
Public propertyStatic memberVersion
Gets the version of DataPA currently installed
Top
See Also