Show / Hide Table of Contents

Class EventHandlerDisposeWrapper

Inheritance
System.Object
EventHandlerDisposeWrapper
Implements
IEventHandlerDisposeWrapper
IDisposable
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

IEventHandlerDisposeWrapper
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft