C# 클래스 PBCaGw.DiagnosticServer

Handles all the diagnostic channels
상속: IDisposable
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NbMessages int
NbNewData int
NbPooledPacket int
NbSearches int
NbTcpCreated int

공개 메소드들

메소드 설명
DiagnosticServer ( Gateway gateway, IPAddress address ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
channelAverageCpu_PrepareRecord ( object sender, EventArgs e ) : void
channelCPU_PrepareRecord ( object sender, EventArgs e ) : void
channelKnownChannels_PrepareRecord ( object sender, EventArgs e ) : void
channelMEM_PrepareRecord ( object sender, EventArgs e ) : void
channelMaxCID_PrepareRecord ( object sender, EventArgs e ) : void
channelNbClientConn_PrepareRecord ( object sender, EventArgs e ) : void
channelNbCreatedPacketPerSec_PrepareRecord ( object sender, EventArgs e ) : void
channelNbMessagesPerSec_PrepareRecord ( object sender, EventArgs e ) : void
channelNbPooledPacket_PrepareRecord ( object sender, EventArgs e ) : void
channelNbSearchPerSec_PrepareRecord ( object sender, EventArgs e ) : void
channelNbServerConn_PrepareRecord ( object sender, EventArgs e ) : void
channelNbTcpCreated_PrepareRecord ( object sender, EventArgs e ) : void
channelOpenMonitor_PrepareRecord ( object sender, EventArgs e ) : void
channelRestartGateway_PropertySet ( object sender, PropertyDelegateEventArgs e ) : void

메소드 상세

DiagnosticServer() 공개 메소드

public DiagnosticServer ( Gateway gateway, IPAddress address ) : System
gateway Gateway
address System.Net.IPAddress
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

NbMessages 공개적으로 정적으로 프로퍼티

public static int NbMessages
리턴 int

NbNewData 공개적으로 정적으로 프로퍼티

public static int NbNewData
리턴 int

NbPooledPacket 공개적으로 정적으로 프로퍼티

public static int NbPooledPacket
리턴 int

NbSearches 공개적으로 정적으로 프로퍼티

public static int NbSearches
리턴 int

NbTcpCreated 공개적으로 정적으로 프로퍼티

public static int NbTcpCreated
리턴 int