View full article

ServiceStatus Class

Namespace: PIX.QMSAPI.DataObjects
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

Syntax

public class ServiceStatus

Constructors

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

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)