The base class which implements IXService.

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

Syntax

C#
public abstract class AbstractXService : IXService, 
	IDisposable

Remarks

If you are going to create your own service which do not implements another class, derive it from this one.

Inheritance Hierarchy

System..::.Object
  SGP.XUtility..::.AbstractXService

See Also