- Namespace
- CondenserDotNet
.Server - Implementing Types
graph TD
Type["IRouteStore"]
class Type type-node
Type-.->Implementing0["RouteStore"]
click Implementing0 "/CondenserDocs/api/CondenserDotNet.Server/RouteStore"
Syntax
public interface IRouteStore
Methods
Name | Value | Summary |
---|---|---|
AddService |
void | |
Create |
Task |
|
GetServiceInstances |
List |
|
GetServices |
Dictionary |
|
GetStats |
ICurrentState[] | |
GetTree |
RadixTree |
|
HasService |
bool | |
RemoveService |
void |