Click or drag to resize

IRouteMappingTables Interface

An interface to provide a custom implementation of the routing functionality of the RoutingTables

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public interface IRouteMappingTables
View Source

The IRouteMappingTables type exposes the following members.

Properties
 NameDescription
Public propertyRouteCount Gets the number of routes in this routing table.
Top
Methods
 NameDescription
Public methodInitialize Assigns the status messaging callbacks.
Public methodInjectMeasurements This method will directly inject measurements into the routing table and use a shared local input adapter. For contention reasons, it is not recommended this be its default use case, but it is necessary at times.
Public methodPatchRoutingTable Patches the existing routing table with the supplied adapters.
Top
See Also