Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sends the message to the management point.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override void SendMessage(
IMessageSender sender
)
public:
virtual void SendMessage(
IMessageSender^ sender
) override
Public Overrides Sub SendMessage (
sender As IMessageSender
)
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe message sender.
See Also
ConfigMgrFileCollectionMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top