Class EventHandlerFactoryUnregistrar
Implements
Inherited Members
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
public class EventHandlerFactoryUnregistrar : IDisposable
Constructors
EventHandlerFactoryUnregistrar(IEventBus, Type, IEventHandlerFactory)
Declaration
public EventHandlerFactoryUnregistrar(IEventBus eventBus, Type eventType, IEventHandlerFactory factory)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventBus | eventBus | |
| Type | eventType | |
| IEventHandlerFactory | factory |
Methods
Dispose()
Declaration
public void Dispose()