Click or drag to resize

IVersionedService Interface

Interface for a versioned service.

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface IVersionedService : IService

The IVersionedService type exposes the following members.

Properties
  NameDescription
Public propertyServiceVersion
Gets the version of the service. Typically, the assembly version.
Top
See Also