Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface class IDependencyScope : IDisposable

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetService(Type^)

Retrieves a service from the scope.

System_CAPS_pubmethodGetServices(Type^)

Retrieves a collection of services from the scope.

Return to top
Show: