Class EventReceiverBuilder
Provides the builder class for an IEvent
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 Event
Declaration
public static EventReceiverBuilder Create()
Returns
Type | Description |
---|---|
Event |
The Event |
Implements
System.IDisposable