ImportUserConfigResponse Class

Response message for importing user configuration

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class ImportUserConfigResponse : IMessage<ImportUserConfigResponse>, 
	IMessage, IEquatable<ImportUserConfigResponse>, IDeepCloneable<ImportUserConfigResponse>, 
	IBufferMessage
Inheritance
Object    ImportUserConfigResponse
Implements
IBufferMessage, IDeepCloneableImportUserConfigResponse, IMessage, IMessageImportUserConfigResponse, IEquatableImportUserConfigResponse

Constructors

ImportUserConfigResponseInitializes a new instance of the ImportUserConfigResponse class
ImportUserConfigResponse(ImportUserConfigResponse)Initializes a new instance of the ImportUserConfigResponse class

Properties

Methods

Fields

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

See Also