ClientRegistrationResponse Class
Represents a registration reply.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.ClientRegistrationResponse
Syntax
[SerializableAttribute]
public sealed class ClientRegistrationResponse
[SerializableAttribute]
public ref class ClientRegistrationResponse sealed
<SerializableAttribute>
Public NotInheritable Class ClientRegistrationResponse
Constructors
Name | Description | |
---|---|---|
ClientRegistrationResponse() | Initializes a new instance of the ClientRegistrationResponse class. |
Properties
Name | Description | |
---|---|---|
ApprovalStatus | Gets the approval status for the client. |
|
ResponseType | Gets the response type. |
|
SerializableApprovalStatus | Gets or sets the approval status. This property is only for serialization. Use ApprovalStatus instead. |
|
SerializableResponseType | Gets or sets the registration response type. This property is only for serialization. Use ResponseType instead. |
|
SerializableSmsId | Gets or sets the registration SMSID. This property is only for serialization. Use SmsId instead. |
|
SerializableStatus | Gets or sets the registration status. This property is only for serialization. Use Status instead. |
|
SerializableTimestamp | Gets or sets the timestamp of the message. This property is only for serialization. UseTimestamp instead. |
|
SmsId | Gets the SMSID of the client by using the client ID. |
|
Status | Gets the registration status. |
|
Timestamp | Gets the timestamp of the response. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top