Show / Hide Table of Contents

Class ServiceCollectionLifetimeEventExtensions

Inheritance
object
ServiceCollectionLifetimeEventExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public static class ServiceCollectionLifetimeEventExtensions

Methods

GetServiceActivatedActionList(IServiceCollection)

Declaration
public static ServiceActivatedActionList GetServiceActivatedActionList(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
ServiceActivatedActionList

OnActivated(IServiceCollection, ServiceDescriptor, Action<IOnServiceActivatedContext>)

Declaration
public static void OnActivated(this IServiceCollection services, ServiceDescriptor descriptor, Action<IOnServiceActivatedContext> onActivatedAction)
Parameters
Type Name Description
IServiceCollection services
ServiceDescriptor descriptor
Action<IOnServiceActivatedContext> onActivatedAction
In this article
Back to top Powered by Volosoft