EventHubsPlugin Class

Definition

This class provides methods that can be overridden to manipulate messages for custom plugin functionality.

public abstract class EventHubsPlugin
type EventHubsPlugin = class
Public MustInherit Class EventHubsPlugin
Inheritance
EventHubsPlugin

Constructors

EventHubsPlugin()

Properties

Name

Gets the name of the EventHubsPlugin.

ShouldContinueOnException

Determines whether or an exception in the plugin should prevent a send or receive operation.

Methods

BeforeEventSend(EventData)

This operation is called before an event is sent.

Applies to