C# Class DotNetWorkQueue.Transport.Redis.Basic.RedisErrorTracking

Tracks the exceptions that have occurred in user code while processing a message
Mostra file Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetExceptionCount() public method

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

IncrementExceptionCount() public method

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

RedisErrorTracking() public method

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