Table of Contents

Class ServiceActivatedActionList

Namespace
Volo.Abp.DependencyInjection
Assembly
Volo.Abp.Core.dll
public class ServiceActivatedActionList : List<KeyValuePair<ServiceDescriptor, Action<IOnServiceActivatedContext>>>, IList<KeyValuePair<ServiceDescriptor, Action<IOnServiceActivatedContext>>>, ICollection<KeyValuePair<ServiceDescriptor, Action<IOnServiceActivatedContext>>>, IList, ICollection, IReadOnlyList<KeyValuePair<ServiceDescriptor, Action<IOnServiceActivatedContext>>>, IReadOnlyCollection<KeyValuePair<ServiceDescriptor, Action<IOnServiceActivatedContext>>>, IEnumerable<KeyValuePair<ServiceDescriptor, Action<IOnServiceActivatedContext>>>, IEnumerable
Inheritance
ServiceActivatedActionList
Implements
Inherited Members
Extension Methods

Constructors

ServiceActivatedActionList()

public ServiceActivatedActionList()

Methods

GetActions(ServiceDescriptor)

public List<Action<IOnServiceActivatedContext>> GetActions(ServiceDescriptor descriptor)

Parameters

descriptor ServiceDescriptor

Returns

List<Action<IOnServiceActivatedContext>>