Share via


MSBTS_ServiceInstanceSuspendedEvent.ServiceClass Property (WMI)

 

Contains the class of the service instance to which this message belongs. The syntax shown is language neutral.

Syntax

  
uint32 ServiceClass;  

Remarks

This property is read-only.

The following table contains the permissible values for this property:

Description Value
Orchestration 1
Tracking 2
Messaging 4
MSMQT 8
Other 16
Isolated adapter 32
Routing failure report 64

Note that the integer values must be used in code and script.

For sample code illustrating the MSBTS_ServiceInstanceSuspendedEvent class, see Listening for a Suspended Event Using WMI.