ServiceRuntimePhase Enumeration

Microsoft Robotics Class Reference

Service runtime phases

Namespace: Microsoft.Dss.ServiceModel.DsspServiceBase
Assembly: Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public enum ServiceRuntimePhase

Members

Member name Value Description
Created 0 Service class constructor called
Initialized 1 Service environment initialized
PartnerEnumeration 2 Partner enumeration in progress
Started 3 Service second phase complete. Bound to transports, Start method called
Stopped 4 Service stopped, not listening to inbound messages
Shutdown 5 Service resources freed, decoupled from transports
ShutdownDueToFailure 6 Service shutdown due to falure during the startup phases

See Also

Microsoft.Dss.ServiceModel.DsspServiceBase Namespace