IDependencyResolver.BeginScope Method ()

 

Starts a resolution scope.

Namespace:   System.Web.Http.Dependencies
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

IDependencyScope BeginScope()
IDependencyScope^ BeginScope()
abstract BeginScope : unit -> IDependencyScope
Function BeginScope As IDependencyScope

Return Value

Type: System.Web.Http.Dependencies.IDependencyScope

The dependency scope.

See Also

IDependencyResolver Interface
System.Web.Http.Dependencies Namespace

Return to top