- Namespace
- CondenserDotNet
.Server .Routes - Interfaces
- Base Types
-
- object
- ServiceBase
graph TD
Base0["ServiceBase"]-->Type
click Base0 "/CondenserDocs/api/CondenserDotNet.Server/ServiceBase"
Base1["object"]-->Base0
Interface0["IService"]-.->Type
click Interface0 "/CondenserDocs/api/CondenserDotNet.Server/IService"
Type["HealthRouter"]
class Type type-node
Syntax
public sealed class HealthRouter : ServiceBase, IService
Constructors
Name | Summary |
---|---|
HealthRouter |
Properties
Name | Value | Summary |
---|---|---|
IpEndPoint | IPEndPoint | |
NodeId | string |
Inherited from ServiceBase
|
Routes | string[] | |
ServiceId | string |
Inherited from ServiceBase
|
SupportedVersions | Version[] |
Inherited from ServiceBase
|
Tags | string[] |
Inherited from ServiceBase
|
Methods
Name | Value | Summary |
---|---|---|
CallService |
Task | |
GetSummary |
StatsSummary |
Inherited from ServiceBase
|
UpdateRoutes |
void |
Inherited from ServiceBase
|