C# 클래스 Betzalel.SimpleMulticastAnalyzer.Statistics

파일 보기 프로젝트 열기: eranbetzalel/SimpleMulticastAnalyzer 1 사용 예제들

공개 메소드들

메소드 설명
GetReceiverSummary ( ) : string
GetReceiverSummaryHeader ( ) : string
GetSenderSummary ( ) : string
GetSenderSummaryHeader ( ) : string
ReceivedPacket ( ) : void
ReceivedPacketMismatchSize ( ) : void
ReceivedPacketUnordered ( ulong amount ) : void
Reset ( ) : void
SentPacket ( ) : void
StartPrintStatistics ( DirectionTypes directionType ) : void
Statistics ( Log log ) : System

비공개 메소드들

메소드 설명
GetPercentage ( ulong part, ulong total ) : double
PrintStatisticsTask ( object state ) : void

메소드 상세

GetReceiverSummary() 공개 메소드

public GetReceiverSummary ( ) : string
리턴 string

GetReceiverSummaryHeader() 공개 메소드

public GetReceiverSummaryHeader ( ) : string
리턴 string

GetSenderSummary() 공개 메소드

public GetSenderSummary ( ) : string
리턴 string

GetSenderSummaryHeader() 공개 메소드

public GetSenderSummaryHeader ( ) : string
리턴 string

ReceivedPacket() 공개 메소드

public ReceivedPacket ( ) : void
리턴 void

ReceivedPacketMismatchSize() 공개 메소드

public ReceivedPacketMismatchSize ( ) : void
리턴 void

ReceivedPacketUnordered() 공개 메소드

public ReceivedPacketUnordered ( ulong amount ) : void
amount ulong
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SentPacket() 공개 메소드

public SentPacket ( ) : void
리턴 void

StartPrintStatistics() 공개 메소드

public StartPrintStatistics ( DirectionTypes directionType ) : void
directionType DirectionTypes
리턴 void

Statistics() 공개 메소드

public Statistics ( Log log ) : System
log Log
리턴 System