Sending a message
The Configuration Manager Client Messaging SDK serializes message objects to the native format required by Configuration Manager, and deserializes responses from Configuration Manager back into objects, when applicable.
The following is a standard pattern for sending a message:
Create an
IMessageobject. You can modify the message object in any of the following ways:Set generic properties, such as management point host name and SMSID.
Set message-specific properties.
Add a certificate to the message.
Send the message by using SendMessage(...) on the message type.
Get the response (optional).

Show: