Class ConfigurationServiceInstanceProvider
Inheritance
System.Object
ConfigurationServiceInstanceProvider
Assembly: Steeltoe.Common.dll
Syntax
public class ConfigurationServiceInstanceProvider : object, IServiceInstanceProvider
Constructors
|
Edit this page
View Source
ConfigurationServiceInstanceProvider(IOptionsMonitor<List<ConfigurationServiceInstance>>)
Declaration
public ConfigurationServiceInstanceProvider(IOptionsMonitor<List<ConfigurationServiceInstance>> serviceInstances)
Parameters
Properties
|
Edit this page
View Source
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Services
Declaration
public IList<string> Services { get; }
Property Value
Type |
Description |
IList<System.String> |
|
Methods
|
Edit this page
View Source
GetInstances(String)
Declaration
public IList<IServiceInstance> GetInstances(string serviceId)
Parameters
Type |
Name |
Description |
System.String |
serviceId |
|
Returns
Implements