Class EventReceiverBuilder
Provides the builder class for an IEventReceiver.
Inheritance
System.Object
EventReceiverBuilder
Implements
System.IDisposable
Namespace: Copper.Eventing.Common
Assembly: Copper.Eventing.Common.dll
Syntax
public sealed class EventReceiverBuilder : EventReceiverBuilder<EventReceiverBuilder>, IDisposable
Methods
View SourceCreate()
Creates a new EventReceiverBuilder instance.
Declaration
public static EventReceiverBuilder Create()
Returns
Type | Description |
---|---|
EventReceiverBuilder | The EventReceiverBuilder instance. |
Implements
System.IDisposable