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
Public method Dispose (Inherited from IDisposable.)
Public method GetService Retrieves a service from the scope.
Public method GetServices Retrieves a collection of services from the scope.

Top

See Also

Reference

System.Web.Http.Dependencies Namespace