Interface IDependencyScope
Represents an interface for the range of the dependencies.
Inherited Members
System.IServiceProvider.GetService(System.Type)
System.IDisposable.Dispose()
Namespace: IRM.Dependencies
Assembly: IRM.dll
Syntax
public interface IDependencyScope : IServiceProvider, IDisposable
Methods
GetServices(Type)
Retrieves a collection of services from the scope.
Declaration
IEnumerable<object> GetServices(Type serviceType)
Parameters
System.Type
serviceType
The collection of services to be retrieved. |
Returns
IEnumerable<Object>
The retrieved collection of services. |