Skip to main content

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

ct CancellationToken

Returns

Task <QueryResult <ResolvedExportedService []>>

List(QueryOptions, CancellationToken)

Task<QueryResult<ResolvedExportedService[]>> List(QueryOptions queryOptions, CancellationToken ct = default)

Parameters

queryOptions QueryOptions

ct CancellationToken

Returns

Task <QueryResult <ResolvedExportedService []>>

  • Methods
    • List(CancellationToken)
    • List(QueryOptions, CancellationToken)