Adds (registers) the service in XServiceManager.

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

Syntax

C#
public void AddService(
	IXService service
)

Parameters

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

Exceptions

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

See Also