AppStateRequest Class

 

Represents an application state manager request.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::AppStateRequest

[SerializableAttribute]
public ref class AppStateRequest sealed 

NameDescription
System_CAPS_pubmethodAppStateRequest()

Initializes a new instance of the AppStateRequest class.

NameDescription
System_CAPS_pubpropertyDeviceId

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

System_CAPS_pubpropertyOfferName

Gets or sets the offer name for the request.

System_CAPS_pubpropertySerializableDeviceId

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

System_CAPS_pubpropertyUserSid

Gets or sets the user SID for the request.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: