Interface IEventReceiverBuilderFactory
Defines a method for creating a
Namespace: Copper.Conventions.Method.Common.V1.Interface
Assembly: Copper.Conventions.Method.Common.dll
Syntax
public interface IEventReceiverBuilderFactory
Methods
View SourceCreate(String, Type)
Creates a
Declaration
EventReceiverBuilder Create(string handlerName, Type contractType)
Parameters
Type | Name | Description |
---|---|---|
System. |
handlerName | |
System. |
contractType |
Returns
Type | Description |
---|---|
Event |
The |