Udostępnij za pośrednictwem


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
System_CAPS_pubmethod AppStateRequest()

Initializes a new instance of the AppStateRequest class.

Properties

Name Description
System_CAPS_pubproperty DeviceId

Gets or sets the device ID on behalf of which the request is made.

System_CAPS_pubproperty OfferName

Gets or sets the offer name for the request.

System_CAPS_pubproperty SerializableDeviceId

Gets or sets the serializable format of the device ID. Do not use this property directly; use the DeviceId property instead.

System_CAPS_pubproperty UserSid

Gets or sets the user SID for the request.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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