A base interface for services.

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

Syntax

C#
public interface IXService : IDisposable

Remarks

A service interface which will be globally visible in XServiceManager, override from this interface.

See Also