Interface IMicrosoftDependencyInjectionCommandingResolver
Assembly: AzureFromTheTrenches.Commanding.MicrosoftDependencyInjection.dll
Syntax
[Obsolete("Please use IMicrosoftDependencyInjectionCommandingResolverAdapter instead")]
public interface IMicrosoftDependencyInjectionCommandingResolver : ICommandingDependencyResolver
Properties
|
Improve this Doc
View Source
Registry
Declaration
ICommandRegistry Registry { get; }
Property Value
|
Improve this Doc
View Source
ServiceProvider
Declaration
IServiceProvider ServiceProvider { get; set; }
Property Value
| Type |
Description |
| System.IServiceProvider |
|
Extension Methods