ServiceContainer RemoveService Method Bespoke Osc Library
Remove a service from the container.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub RemoveService ( _
	serviceType As Type _
)

Parameters

serviceType
Type: OnlineSystem Type
The type of the service to remove.
See Also