Message.SenderCallback Property
Gets a sender callback for a message. This property is null unless a message is in the process of being sent.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public IMessageSender SenderCallback { get; private set; }
public:
property IMessageSender^ SenderCallback {
IMessageSender^ get();
private: void set(IMessageSender^ value);
}
Public Property SenderCallback As IMessageSender
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSender
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top