SayHelloRequest Class

The request message containing the user's name.

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class SayHelloRequest : IMessage<SayHelloRequest>, 
	IMessage, IEquatable<SayHelloRequest>, IDeepCloneable<SayHelloRequest>, 
	IBufferMessage
Inheritance
Object    SayHelloRequest
Implements
IBufferMessage, IDeepCloneableSayHelloRequest, IMessage, IMessageSayHelloRequest, IEquatableSayHelloRequest

Constructors

SayHelloRequestInitializes a new instance of the SayHelloRequest class
SayHelloRequest(SayHelloRequest)Initializes a new instance of the SayHelloRequest class

Properties

Descriptor 
Name Name of the client sending the request
Parser 

Methods

Fields

NameFieldNumberField number for the "name" field.

See Also