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

Send the message and retreive the reply synchronously

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Http
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
Message to send

Return Value

Message reply

Implements

IMessageSender . . :: . . SendSync(IMessage)

See Also