ServiceProvider.RemoveAll<T> Method

Removes all service provider.

Namespace:  Microsoft.Owin.Hosting.Services
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

'Declaration
Public Overridable Function RemoveAll(Of T) As ServiceProvider
'Usage
Dim instance As ServiceProvider 
Dim returnValue As ServiceProvider 

returnValue = instance.RemoveAll()
public virtual ServiceProvider RemoveAll<T>()
public:
generic<typename T>
virtual ServiceProvider^ RemoveAll()
abstract RemoveAll : unit -> ServiceProvider  
override RemoveAll : unit -> ServiceProvider
JScript does not support generic types and methods.

Type Parameters

  • T
    The type of the service provider.

Return Value

Type: Microsoft.Owin.Hosting.Services.ServiceProvider
The ServiceProvider being removed.

See Also

Reference

ServiceProvider Class

RemoveAll Overload

Microsoft.Owin.Hosting.Services Namespace