Click or drag to resize

RouteMappingHighLatencyLowCpuPatchRoutingTable Method

Patches the existing routing table with the supplied adapters.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void PatchRoutingTable(
	RoutingTablesAdaptersList producerAdapters,
	RoutingTablesAdaptersList consumerAdapters
)
View Source

Parameters

producerAdapters  RoutingTablesAdaptersList
all of the producers
consumerAdapters  RoutingTablesAdaptersList
all of the consumers

Implements

IRouteMappingTablesPatchRoutingTable(RoutingTablesAdaptersList, RoutingTablesAdaptersList)
See Also