Class EventHandlerDisposeWrapper
Inheritance
System.Object
EventHandlerDisposeWrapper
Namespace: Volo.Abp.EventBus
Assembly: Volo.Abp.EventBus.dll
Syntax
public class EventHandlerDisposeWrapper : object, IEventHandlerDisposeWrapper, IDisposable
Constructors
EventHandlerDisposeWrapper(IEventHandler, Action)
Declaration
public EventHandlerDisposeWrapper(IEventHandler eventHandler, Action disposeAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEventHandler | eventHandler | |
| Action | disposeAction |
Properties
EventHandler
Declaration
public IEventHandler EventHandler { get; }
Property Value
| Type | Description |
|---|---|
| IEventHandler |
Methods
Dispose()
Declaration
public void Dispose()
Implements
IDisposable