Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event that is fired before a message is sent. The message contents can be changed before the message is delivered or inspected. Both SendSync and SendAsync fire this event.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public event EventHandler<MessageSenderEventArgs> OnSend
public:
event EventHandler<MessageSenderEventArgs^>^ OnSend {
virtual void add(EventHandler<MessageSenderEventArgs^>^ value) sealed;
virtual void remove(EventHandler<MessageSenderEventArgs^>^ value) sealed;
}
Public Event OnSend As EventHandler(Of MessageSenderEventArgs)
Implements
See Also
CcmSender Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top