| ServiceContainerUnregister Method (Type) |
Unregisters all services of the given service type.
Namespace: DigitalRune.ServiceLocationAssembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax public void Unregister(
Type serviceType
)
Public Sub Unregister (
serviceType As Type
)
public:
void Unregister(
Type^ serviceType
)
member Unregister :
serviceType : Type -> unit
Parameters
- serviceType
- Type: SystemType
The type of service to be removed.
Exceptions Remarks
The method removes all services (named and unnamed) that match the given type.
See Also