CheckHealthResponse Class

The response message containing the status of the system

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class CheckHealthResponse : IMessage<CheckHealthResponse>, 
	IMessage, IEquatable<CheckHealthResponse>, IDeepCloneable<CheckHealthResponse>, 
	IBufferMessage
Inheritance
Object    CheckHealthResponse
Implements
IBufferMessage, IDeepCloneableCheckHealthResponse, IMessage, IMessageCheckHealthResponse, IEquatableCheckHealthResponse

Constructors

CheckHealthResponseInitializes a new instance of the CheckHealthResponse class
CheckHealthResponse(CheckHealthResponse)Initializes a new instance of the CheckHealthResponse class

Properties

Descriptor 
Parser 
Status returns version number or status of save-config operation

Methods

Fields

StatusFieldNumberField number for the "status" field.

See Also