Message.SendMessageSync<T> Method (IMessageSender)
Sends a message by using the specified sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected T SendMessageSync<T>(
IMessageSender sender
)
protected:
generic<typename T>
T SendMessageSync(
IMessageSender^ sender
)
Protected Function SendMessageSync(Of T) (
sender As IMessageSender
) As T
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe sender to use to send the message.
Return Value
Type: T
Type Parameters
- T
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top