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.
An event that fires 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.Framework
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
FileSender Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top