Click or drag to resize
ServiceStatus Class
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 Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsServiceStatus

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class ServiceStatus

The ServiceStatus type exposes the following members.

Constructors
  NameDescription
Public methodServiceStatus
Initializes a new instance of the ServiceStatus class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyID
The ID of the service
Public propertyMemberStatusDetails
The members of the service
Public propertyName
The name of the service
Public propertyServiceComposition
The composition of the service.
Public propertyServiceType
The type the service
Public propertyUrl
The url of the service
Top
See Also