C# 클래스 HealthMonitoring.Monitors.Core.Exchange.DataExchangeConfig

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

공개 메소드들

메소드 설명
DataExchangeConfig ( int outgoingQueueMaxCapacity, int exchangeOutBucketSize, System.TimeSpan uploadRetryInterval, System.TimeSpan endpointChangeQueryInterval, string monitorTag ) : System

메소드 상세

DataExchangeConfig() 공개 메소드

public DataExchangeConfig ( int outgoingQueueMaxCapacity, int exchangeOutBucketSize, System.TimeSpan uploadRetryInterval, System.TimeSpan endpointChangeQueryInterval, string monitorTag ) : System
outgoingQueueMaxCapacity int
exchangeOutBucketSize int
uploadRetryInterval System.TimeSpan
endpointChangeQueryInterval System.TimeSpan
monitorTag string
리턴 System