AppStateRequest Class
Represents an application state manager request.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | AppStateRequest() | Initializes a new instance of the AppStateRequest class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

