MessagePayloadType Enumeration

 

Encapsulates the different payload types.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

[SerializableAttribute]
public enum class MessagePayloadType

Member nameDescription
File

Unknown.

Http

Unknown.

Inline

Payload is inline with the message.

LocalCache

Payload has been pre-cached on the management point via BITS upload.

None

None. Do not use.

Return to top
Show: