ServiceStatus Enumeration

The Service status enum (as byte) This status is used to flag the service it should be shut down or not.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor
Assembly:  MsmqDistributor (in MsmqDistributor.exe)

Syntax

'Declaration
Public Enumeration ServiceStatus
public enum ServiceStatus
public enum class ServiceStatus
public enum ServiceStatus

Members

Member name Description
OK
The service is running fine and should not be shut down.
Shutdown
The service has encountered a problem or has been directed to shut down.
PendingShutdown
The service has encountered a problem or has been directed to shut down and cannot shut down due to errors.

See Also

Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor Namespace