ServicesContainer.Clear Method

Removes all the service instances of the given service type.

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

Syntax

'Declaration
Public Overridable Sub Clear ( _
    serviceType As Type _
)
'Usage
Dim instance As ServicesContainer 
Dim serviceType As Type

instance.Clear(serviceType)
public virtual void Clear(
    Type serviceType
)
public:
virtual void Clear(
    Type^ serviceType
)
abstract Clear : 
        serviceType:Type -> unit  
override Clear : 
        serviceType:Type -> unit
public function Clear(
    serviceType : Type
)

Parameters

  • serviceType
    Type: System.Type

    The service type to clear from the services list.

See Also

Reference

ServicesContainer Class

System.Web.Http.Controllers Namespace