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

Send the message and retrieve the reply synchronously

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
IMessage 
SendSync(
	
IMessage 
message
)
Function 
SendSync ( _
	
message 
As 
IMessage _
) 
As 
IMessage
IMessage^ 
SendSync(
	
IMessage^ 
message
)

Parameters

message
IMessage
IMessage instance

Return Value

reply of message

See Also