Click or drag to resize

RoutingTables Methods

The RoutingTables type exposes the following members.

Methods
  Name Description
Public method BroadcastMeasurementsHandler Event handler for distributing new measurements in a broadcast fashion.
Public method CalculateRoutingTables Spawn routing tables recalculation.
Public method Dispose Releases all the resources used by the RoutingTables object.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the RoutingTables object and optionally releases the managed resources.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Releases the unmanaged resources before the RoutingTables object is reclaimed by GC.
(Overrides ObjectFinalize)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method HandleConnectOnDemandAdapters Starts or stops connect on demand adapters based on current state of demanded input or output signals.
Public method InjectMeasurements 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.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method OnProcessException Raises the ProcessException event.
Protected method OnStatusMessage Raises the StatusMessage event and sends this data to the Logger.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Protected method TraverseDependencyChain(IInputAdapter, IActionAdapter, IOutputAdapter) Determines the set of adapters in the dependency chain for all adapters in the system which are either not connect or demand or are demanded.
Protected method TraverseDependencyChain(ISetMeasurementKey, IInputAdapter, IActionAdapter, IOutputAdapter) Determines the set of adapters in the dependency chain that produces the set of signals in the inputMeasurementKeysRestriction and returns the set of input signals required by the adapters in the chain and the set of output signals produced by the adapters in the chain.
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also