SayHelloResponse Class

The response message containing the greetings.

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class SayHelloResponse : IMessage<SayHelloResponse>, 
	IMessage, IEquatable<SayHelloResponse>, IDeepCloneable<SayHelloResponse>, 
	IBufferMessage
Inheritance
Object    SayHelloResponse
Implements
IBufferMessage, IDeepCloneableSayHelloResponse, IMessage, IMessageSayHelloResponse, IEquatableSayHelloResponse

Constructors

SayHelloResponseInitializes a new instance of the SayHelloResponse class
SayHelloResponse(SayHelloResponse)Initializes a new instance of the SayHelloResponse class

Properties

Descriptor 
Message Returns status message "ready" if connection is successful
Parser 

Methods

Fields

MessageFieldNumberField number for the "message" field.

See Also