IDependencyScope Interface
Represents an interface for the range of the dependencies.
Namespace: System.Web.Http.Dependencies
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public interface IDependencyScope : IDisposable
public interface class IDependencyScope : IDisposable
type IDependencyScope =
interface
interface IDisposable
end
Public Interface IDependencyScope
Inherits IDisposable
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
|
GetService(Type) | Retrieves a service from the scope. |
|
GetServices(Type) | Retrieves a collection of services from the scope. |
See Also
System.Web.Http.Dependencies Namespace
Return to top