SessionManagerLocalServiceRunning Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the DataPA Enterprise Service is running on the local machine.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static bool LocalServiceRunning { get; }
Public Shared ReadOnly Property LocalServiceRunning As Boolean
Get
public:
static property bool LocalServiceRunning {
bool get ();
}
DataPAClientConfig.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