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

Defines our custom headers for internal operations
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
RedisHeaders ( IMessageContextDataFactory messageContextDataFactory, IHeaders headers ) : System

Initializes a new instance of the RedisHeaders class.

Method Details

RedisHeaders() public méthode

Initializes a new instance of the RedisHeaders class.
public RedisHeaders ( IMessageContextDataFactory messageContextDataFactory, IHeaders headers ) : System
messageContextDataFactory IMessageContextDataFactory The message context data factory.
headers IHeaders The headers.
Résultat System