ExportUserConfigResponse Class

Response message for exporting user configuration

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class ExportUserConfigResponse : IMessage<ExportUserConfigResponse>, 
	IMessage, IEquatable<ExportUserConfigResponse>, IDeepCloneable<ExportUserConfigResponse>, 
	IBufferMessage
Inheritance
Object    ExportUserConfigResponse
Implements
IBufferMessage, IDeepCloneableExportUserConfigResponse, IMessage, IMessageExportUserConfigResponse, IEquatableExportUserConfigResponse

Constructors

ExportUserConfigResponseInitializes a new instance of the ExportUserConfigResponse class
ExportUserConfigResponse(ExportUserConfigResponse)Initializes a new instance of the ExportUserConfigResponse class

Properties

Methods

Fields

MessageFieldNumberField number for the "Message" field.
SuccessFieldNumberField number for the "Success" field.

See Also