[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Send a message and don't get a reply asynchronously

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Http
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
string 
SendAsync(
	
IMessage 
message
)
Public 
Function 
SendAsync ( _
	
message 
As 
IMessage _
) 
As 
String
public:
virtual 
String^ 
SendAsync(
	
IMessage^ 
message
) 
sealed

Parameters

message
IMessage
Message to send the the MP

Return Value

Null is always returned

Implements

IMessageSender . . :: . . SendAsync(IMessage)

See Also