Removes (unregisters) the service from XServiceManager.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public void RemoveService(
	IXService service
)

Parameters

service
Type: SGP.XUtility..::.IXService
The service which will be removed.

Exceptions

ExceptionCondition
System..::.ArgumentNullException service is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also