CheckHealthRequest Class

The request message containing the type of health request

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class CheckHealthRequest : IMessage<CheckHealthRequest>, 
	IMessage, IEquatable<CheckHealthRequest>, IDeepCloneable<CheckHealthRequest>, 
	IBufferMessage
Inheritance
Object    CheckHealthRequest
Implements
IBufferMessage, IDeepCloneableCheckHealthRequest, IMessage, IMessageCheckHealthRequest, IEquatableCheckHealthRequest

Constructors

CheckHealthRequestInitializes a new instance of the CheckHealthRequest class
CheckHealthRequest(CheckHealthRequest)Initializes a new instance of the CheckHealthRequest class

Properties

Descriptor 
Parser 
TypeOfCheck specify 'config' to send and save the MW config to the backend service, or 'version' to return current service version

Methods

Fields

TypeOfCheckFieldNumberField number for the "typeOfCheck" field.

See Also