ServiceStatus Class
Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
Assembly: PIX.dll
Represents the status of a service. Depending on the type of the service, its composition can be either clustered or single. A clustered service has at least one member, a single service has only one member.
Inheritance
-
System.Object
- ServiceStatus
Syntax
public class ServiceStatusConstructors
| Name | Description |
|---|---|
| ServiceStatus() |
Properties
| Name | Description |
|---|---|
| ID |
The ID of the service |
| MemberStatusDetails |
The members of the service |
| Name |
The name of the service |
| ServiceComposition |
The composition of the service. |
| ServiceType |
The type the service |
| Url |
The url of the service |