ServicesContainer.ReplaceMultiple Method
Replaces all instances of a multi-instance service with a new instance.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
'Declaration Protected Overridable Sub ReplaceMultiple ( _ serviceType As Type, _ service As Object _ ) 'Usage Dim serviceType As Type Dim service As Object Me.ReplaceMultiple(serviceType, service)
Parameters
- serviceType
- Type: System.Type
The type of service.
- service
- Type: System.Object
The service instance that will replace the current services of this type.