RouteStore Class

Namespace
CondenserDotNet.Server
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IRouteStore"]-.->Type click Interface0 "/CondenserDocs/api/CondenserDotNet.Server/IRouteStore" Type["RouteStore"] class Type type-node

Syntax

public class RouteStore : IRouteStore

Constructors

Methods

Name Value Summary
AddService(string) void
CreateServiceInstanceAsync(ServiceInstance) Task<IService>
GetServiceInstances(string) List<IService>
GetServices() Dictionary<string, List<IService>>
GetStats() ICurrentState[]
GetTree() RadixTree<IService>
HasService(string) bool
RemoveService(string) void