AppStateRequest Class
Represents an application state manager request.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.AppStateRequest
Syntax
[SerializableAttribute]
public sealed class AppStateRequest
[SerializableAttribute]
public ref class AppStateRequest sealed
<SerializableAttribute>
Public NotInheritable Class AppStateRequest
Constructors
Name | Description | |
---|---|---|
AppStateRequest() | Initializes a new instance of the AppStateRequest class. |
Properties
Name | Description | |
---|---|---|
DeviceId | Gets or sets the device ID on behalf of which the request is made. |
|
OfferName | Gets or sets the offer name for the request. |
|
SerializableDeviceId | Gets or sets the serializable format of the device ID. Do not use this property directly; use the DeviceId property instead. |
|
UserSid | Gets or sets the user SID for the request. |
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