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
'Declaration
Public Interface IDependencyScope _
Inherits IDisposable
'Usage
Dim instance As IDependencyScope
public interface IDependencyScope : IDisposable
public interface class IDependencyScope : IDisposable
type IDependencyScope =
interface
interface IDisposable
end
public interface IDependencyScope extends IDisposable
The IDependencyScope type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
GetService | Retrieves a service from the scope. | |
GetServices | Retrieves a collection of services from the scope. |
Top