C# 클래스 GSF.Diagnostics.LogSuppressionEngine

The suppression engine associated with an individual LogEventPublisherDetails.
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
IncrementPublishCount ( ) : MessageSuppression

Increments the publish count for this type of message.

LogSuppressionEngine ( double messagesPerSecond, int burstLimit ) : System

메소드 상세

IncrementPublishCount() 공개 메소드

Increments the publish count for this type of message.
public IncrementPublishCount ( ) : MessageSuppression
리턴 MessageSuppression

LogSuppressionEngine() 공개 메소드

public LogSuppressionEngine ( double messagesPerSecond, int burstLimit ) : System
messagesPerSecond double The number of messages per second that can be generated. Must be greater than zero and less than 1 billion
burstLimit int The maximum number of messages that can be burst at one time.
리턴 System