Interface IServiceInstanceProvider
public interface IServiceInstanceProvider
Properties
Description
Gets a human readable description of the implementation
string Description { get; }
Property Value
Services
Gets all known service Ids
IList<string> Services { get; }
Property Value
Methods
GetInstances(string)
Get all ServiceInstances associated with a particular serviceId
IList<IServiceInstance> GetInstances(string serviceId)
Parameters
serviceId
stringthe serviceId to lookup
Returns
- IList<IServiceInstance>
List of service instances