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:

  1. Create an IMessage object. 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.

  2. Send the message by using SendMessage(...) on the message type.

  3. Get the response (optional).

Calling messaging code

Messaging concepts

Configuration Manager Client Messaging SDK

Client Messaging Managed Reference

Show: