MPApiSender Class
This sender uses the management point (MP) API for sending messages. The MP API is a legacy COM server that communicates with the management point. We do not recommended that you use this sender except in legacy applications. Several messages do not support this sender and will fail. Instead, use HttpSender because it takes no COM dependency and supports most message types.
We do not recommended that you invoke senders directly. Instead, use SendMessage for sending and receiving data from the management point.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | MPApiSender() | Initializes a new instance of the MPApiSender class. |
| Name | Description | |
|---|---|---|
![]() | UseDcom | Gets or sets the flag that indicates whether to use DCom versus HTTP to deliver messages to the management point. The default value is false, and HTTP is used. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SendAsync(IMessage^) | Sends a message but doesn't receive a reply asynchronously. |
![]() | SendSync(IMessage^) | Sends a message and retrieves the reply synchronously. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | OnReceived | |
![]() | OnSend |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


