CcmSender.SendAsync Method (IMessage)
Sends a message by using the asynchronous sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string SendAsync(
IMessage message
)
public:
virtual String^ SendAsync(
IMessage^ message
) sealed
Public Function SendAsync (
message As IMessage
) As String
Parameters
message
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageThe message to send.
Return Value
Type: System.String
Implements
IMessageSender.SendAsync(IMessage)
See Also
CcmSender Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top