[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++  
public 
IMessage 
SendSync(
	
IMessage 
message
)
Public 
Function 
SendSync ( _
	
message 
As 
IMessage _
) 
As 
IMessage
public:
virtual 
IMessage^ 
SendSync(
	
IMessage^ 
message
) 
sealed

Parameters

message
IMessage
IMessage instance

Return Value

reply of message

Implements

IMessageSender . . :: . . SendSync(IMessage)

See Also