C# 클래스 GSF.TimeSeries.Adapters.RouteMappingHighLatencyLowCpu

상속: IRouteMappingTables
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( Action onStatusMessage, Action onProcessException ) : void

Assigns the status messaging callbacks.

InjectMeasurements ( object sender, EventArgs measurements ) : void

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.

PatchRoutingTable ( GSF.TimeSeries.Adapters.RoutingTablesAdaptersList producerAdapters, GSF.TimeSeries.Adapters.RoutingTablesAdaptersList consumerAdapters ) : void

Patches the existing routing table with the supplied adapters.

RouteMappingHighLatencyLowCpu ( ) : System

Creates a RouteMappingHighLatencyLowCpu

비공개 메소드들

메소드 설명
Route ( List measurements ) : void
Route ( object sender, EventArgs measurements ) : void
m_task_Disposing ( object sender, EventArgs e ) : void
m_task_Running ( object sender, EventArgs e ) : void
m_task_UnhandledException ( object sender, EventArgs e ) : void

메소드 상세

Initialize() 공개 메소드

Assigns the status messaging callbacks.
public Initialize ( Action onStatusMessage, Action onProcessException ) : void
onStatusMessage Action Raise status messages on this callback
onProcessException Action Raise exceptions on this callback
리턴 void

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.
public InjectMeasurements ( object sender, EventArgs measurements ) : void
sender object the sender object
measurements EventArgs the event arguments
리턴 void

PatchRoutingTable() 공개 메소드

Patches the existing routing table with the supplied adapters.
public PatchRoutingTable ( GSF.TimeSeries.Adapters.RoutingTablesAdaptersList producerAdapters, GSF.TimeSeries.Adapters.RoutingTablesAdaptersList consumerAdapters ) : void
producerAdapters GSF.TimeSeries.Adapters.RoutingTablesAdaptersList all of the producers
consumerAdapters GSF.TimeSeries.Adapters.RoutingTablesAdaptersList all of the consumers
리턴 void

RouteMappingHighLatencyLowCpu() 공개 메소드

Creates a RouteMappingHighLatencyLowCpu
public RouteMappingHighLatencyLowCpu ( ) : System
리턴 System