Interface IExportedServicesEndpoint
Namespace: Consul.Interfaces
Assembly: Consul.dll
Interface for the Exported Services API Endpoints
public interface IExportedServicesEndpoint
Methods
List(CancellationToken)
Task<QueryResult<ResolvedExportedService[]>> List(CancellationToken ct = default)
Parameters
Returns
Task <QueryResult <ResolvedExportedService []>>
List(QueryOptions, CancellationToken)
Task<QueryResult<ResolvedExportedService[]>> List(QueryOptions queryOptions, CancellationToken ct = default)
Parameters
queryOptions QueryOptions