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
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod GetService(Type)

Retrieves a service from the scope.

System_CAPS_pubmethod GetServices(Type)

Retrieves a collection of services from the scope.

See Also

System.Web.Http.Dependencies Namespace

Return to top