SessionManagerSessionFreeDataLocationAppServer Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the Data Location AppServer is a session free AppServer
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool SessionFreeDataLocationAppServer { get; }
Public Shared ReadOnly Property SessionFreeDataLocationAppServer As Boolean
Get
public:
static property bool SessionFreeDataLocationAppServer {
bool get ();
}
DataPA.Utils.QueryEngine.SessionManager.get_SessionFreeDataLocationAppServer = function();
Property Value
Type:
BooleanA value that indicates if the Data Location AppServer is a session free AppServer
Return Value
Type:
BooleanA value that indicates if the Data Location AppServer is a session free AppServer
Remarks See Also