SessionManagerLocalServiceRunning Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the DataPA Enterprise Service is running on the local machine.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool LocalServiceRunning { get; }
Public Shared ReadOnly Property LocalServiceRunning As Boolean
Get
public:
static property bool LocalServiceRunning {
bool get ();
}
DataPA.Utils.QueryEngine.SessionManager.get_LocalServiceRunning = function();
Property Value
Type:
BooleanTrue if the DataPA Enterprise Service is running on the local machine
Return Value
Type:
BooleanRemarks See Also