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

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
BroadcastConsumers List
GlobalDestinationLookup Consumer>.Dictionary
GlobalSignalLookup IndexedArray>
NormalDestinationAdapters List
RoutingPassthroughAdapters List
Version int

공개 메소드들

메소드 설명
GlobalCache ( Consumer>.Dictionary consumers, int version ) : System

메소드 상세

GlobalCache() 공개 메소드

public GlobalCache ( Consumer>.Dictionary consumers, int version ) : System
consumers Consumer>.Dictionary
version int
리턴 System

프로퍼티 상세

BroadcastConsumers 공개적으로 프로퍼티

public List BroadcastConsumers
리턴 List

GlobalDestinationLookup 공개적으로 프로퍼티

Contains all consumers for all adapters regardless of if they are optimized or not.
public Dictionary GlobalDestinationLookup
리턴 Consumer>.Dictionary

GlobalSignalLookup 공개적으로 프로퍼티

public IndexedArray> GlobalSignalLookup
리턴 IndexedArray>

NormalDestinationAdapters 공개적으로 프로퍼티

Normal as opposed to optimized ones;
public List NormalDestinationAdapters
리턴 List

RoutingPassthroughAdapters 공개적으로 프로퍼티

public List RoutingPassthroughAdapters
리턴 List

Version 공개적으로 프로퍼티

public int Version
리턴 int