CcmSender.OnReceived Event
Event that is fired after a message is received. The message contents can be changed before the message is returned to the caller. Only SendSync fires this event; SendAsync does not fire this event.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public event EventHandler<MessageSenderEventArgs> OnReceived
public:
event EventHandler<MessageSenderEventArgs^>^ OnReceived {
virtual void add(EventHandler<MessageSenderEventArgs^>^ value) sealed;
virtual void remove(EventHandler<MessageSenderEventArgs^>^ value) sealed;
}
Public Event OnReceived As EventHandler(Of MessageSenderEventArgs)
Implements
See Also
CcmSender Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top