C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.RedisErrorTracking

Tracks the exceptions that have occurred in user code while processing a message
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
GetExceptionCount ( string exceptionType ) : int

Gets the exception count.

IncrementExceptionCount ( string exceptionType ) : void

Increments the exception count.

RedisErrorTracking ( ) : System.Collections.Generic

Initializes a new instance of the RedisErrorTracking class.

메소드 상세

GetExceptionCount() 공개 메소드

Gets the exception count.
public GetExceptionCount ( string exceptionType ) : int
exceptionType string Type of the exception.
리턴 int

IncrementExceptionCount() 공개 메소드

Increments the exception count.
public IncrementExceptionCount ( string exceptionType ) : void
exceptionType string Type of the exception.
리턴 void

RedisErrorTracking() 공개 메소드

Initializes a new instance of the RedisErrorTracking class.
public RedisErrorTracking ( ) : System.Collections.Generic
리턴 System.Collections.Generic