FileSender.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
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.IMessageMessage to send to the management point.
Return Value
Type: System.String
Message tracking ID, as a string.
Implements
IMessageSender.SendAsync(IMessage)
See Also
FileSender Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top