Class MTConnectorServiceHelper
- Namespace
- Datamine.MineTrustConnector.Core
- Assembly
- Datamine.MineTrustConnector.Core.dll
Utility class providing information about the installation state and service status of the MineTrustConnector Service.
public static class MTConnectorServiceHelper
- Inheritance
-
MTConnectorServiceHelper
- Inherited Members
Methods
IsMineTrustConnectorInstalled()
Determines whether MineTrust Connector is installed on the system. Only available on Windows platforms.
public static bool IsMineTrustConnectorInstalled()
Returns
- bool
-
true
if [is MineTrust Connector installed]; otherwise,false
.
IsMineTrustConnectorRunning()
Determines whether MineTrust Connector is running. Note that this mechanism will detect any running instance of MineTrust Connector (regardless of whether it is controlled by SCM)
public static bool IsMineTrustConnectorRunning()
Returns
- bool
-
true
if [is MineTrust Connector running]; otherwise,false
.