Share via


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

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