[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Helper for uploading a message payload to an MP. Should not be used directly except for by senders

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
void 
UploadMessagePayload(
	
IMessage 
sourceMessage,
	
byte[] 
payload,
	

IMessageSender 
sender
)
Public 
Shared 
Sub 
UploadMessagePayload ( _
	
sourceMessage 
As 
IMessage, _
	
payload 
As 
Byte(), _
	
sender 
As 

IMessageSender _
)
public:
static 
void 
UploadMessagePayload(
	
IMessage^ 
sourceMessage, 
	
array<
unsigned char>^ 
payload, 
	

IMessageSender^ 
sender
)

Parameters

sourceMessage
IMessage
payload
array< Byte > [] () [] []
sender
IMessageSender

See Also