[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

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.MPApi
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

Return Value

String tracking ID of the message

Implements

IMessageSender . . :: . . SendAsync(IMessage)

See Also