Table of Contents

Class GenericApplicationContext

Namespace
Steeltoe.Common.Contexts
Assembly
Steeltoe.Common.dll
public class GenericApplicationContext : AbstractApplicationContext, IApplicationContext, IDisposable
Inheritance
GenericApplicationContext
Implements
Inherited Members

Constructors

GenericApplicationContext(IServiceProvider, IConfiguration, IEnumerable<NameToTypeMapping>)

public GenericApplicationContext(IServiceProvider serviceProvider, IConfiguration configuration, IEnumerable<AbstractApplicationContext.NameToTypeMapping> nameToTypeMappings = null)

Parameters

serviceProvider IServiceProvider
configuration IConfiguration
nameToTypeMappings IEnumerable<AbstractApplicationContext.NameToTypeMapping>