Interface IEurekaClient
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public interface IEurekaClient : ILookupService
Methods
|
Edit this page
View Source
GetInstancesByVipAddress(String, Boolean)
Declaration
IList<InstanceInfo> GetInstancesByVipAddress(string vipAddress, bool secure)
Parameters
Type |
Name |
Description |
System.String |
vipAddress |
|
System.Boolean |
secure |
|
Returns
|
Edit this page
View Source
ShutdownAsync()
Declaration
System.Threading.Tasks.Task ShutdownAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|