[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.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
string 
SendAsync(
	
IMessage 
message
)
Function 
SendAsync ( _
	
message 
As 
IMessage _
) 
As 
String
String^ 
SendAsync(
	
IMessage^ 
message
)

Parameters

message
IMessage
Message to send the the MP

Return Value

Message tracking ID

See Also