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: