DependencyResolver.GetCachedService Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Protected Function GetCachedService ( _
    serviceType As Type _
) As Object
protected Object GetCachedService(
    Type serviceType
)
protected:
Object^ GetCachedService(
    Type^ serviceType
)
member GetCachedService : 
        serviceType:Type -> Object 
protected function GetCachedService(
    serviceType : Type
) : Object

Parameters

Return Value

Type: System.Object

See Also

Reference

DependencyResolver Class

System.Web.Http.Services Namespace