Table of Contents

Class DependencyInjectionConfigurationServiceProvider

Namespace
MassTransit.ExtensionsDependencyInjectionIntegration.Registration
Assembly
MassTransit.ExtensionsDependencyInjectionIntegration.dll
public class DependencyInjectionConfigurationServiceProvider : IConfigurationServiceProvider, IServiceProvider
Inheritance
DependencyInjectionConfigurationServiceProvider
Implements
IConfigurationServiceProvider
Inherited Members

Constructors

DependencyInjectionConfigurationServiceProvider(IServiceProvider)

public DependencyInjectionConfigurationServiceProvider(IServiceProvider provider)

Parameters

provider IServiceProvider

Methods

GetRequiredService<T>()

public T GetRequiredService<T>() where T : class

Returns

T

Type Parameters

T

GetService(Type)

public object GetService(Type serviceType)

Parameters

serviceType Type

Returns

object

GetService<T>()

public T GetService<T>() where T : class

Returns

T

Type Parameters

T