Base service interface.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public interface IService : IDisposable
Visual Basic (Declaration)
Public Interface IService _
	Implements IDisposable
Visual C++
public interface class IService : IDisposable

See Also