Class EventHandlerDisposeWrapper
Inheritance
EventHandlerDisposeWrapper
Assembly: Volo.Abp.EventBus.dll
Syntax
public class EventHandlerDisposeWrapper : IEventHandlerDisposeWrapper, IDisposable
Constructors
EventHandlerDisposeWrapper(IEventHandler, Action?)
Declaration
public EventHandlerDisposeWrapper(IEventHandler eventHandler, Action? disposeAction = null)
Parameters
Properties
EventHandler
Declaration
public IEventHandler EventHandler { get; }
Property Value
Methods
Dispose()
Declaration
Implements
Extension Methods