Show / Hide Table of Contents

Class TenantDeletedHandler

Inheritance
object
TenantDeletedHandler
Implements
ITransientDependency
ILocalEventHandler<EntityDeletedEventData<Tenant>>
IEventHandler
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas.Tenants
Assembly: Volo.Saas.Domain.dll
Syntax
public class TenantDeletedHandler : ITransientDependency, ILocalEventHandler<EntityDeletedEventData<Tenant>>, IEventHandler

Constructors

TenantDeletedHandler(IDistributedCache<TenantCacheItem>)

Declaration
public TenantDeletedHandler(IDistributedCache<TenantCacheItem> cache)
Parameters
Type Name Description
IDistributedCache<TenantCacheItem> cache

Properties

Cache

Declaration
protected IDistributedCache<TenantCacheItem> Cache { get; }
Property Value
Type Description
IDistributedCache<TenantCacheItem>

Methods

HandleEventAsync(EntityDeletedEventData<Tenant>)

Declaration
public virtual Task HandleEventAsync(EntityDeletedEventData<Tenant> eventData)
Parameters
Type Name Description
EntityDeletedEventData<Tenant> eventData
Returns
Type Description
Task

Implements

Volo.Abp.DependencyInjection.ITransientDependency
Volo.Abp.EventBus.ILocalEventHandler<>
Volo.Abp.EventBus.IEventHandler
In this article
Back to top Powered by Volosoft