C# Класс DotNetWorkQueue.Transport.Redis.Basic.RedisErrorTracking

Tracks the exceptions that have occurred in user code while processing a message
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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