IMessageSender.SendAsync Method (IMessage)
Sends a message but doesn't receive a reply asynchronously.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
string SendAsync(
IMessage message
)
String^ SendAsync(
IMessage^ message
)
Function SendAsync (
message As IMessage
) As String
Parameters
message
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageMessage to send to the management point.
Return Value
Type: System.String
Message tracking ID, as a string.
See Also
IMessageSender Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top