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

A correlation id for redis
Inheritance: ICorrelationId
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
RedisQueueCorrelationId ( System.Guid id ) : System

Initializes a new instance of the RedisQueueCorrelationId class.

RedisQueueCorrelationId ( RedisQueueCorrelationIdSerialized input ) : System

Initializes a new instance of the RedisQueueCorrelationId class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

RedisQueueCorrelationId() public méthode

Initializes a new instance of the RedisQueueCorrelationId class.
public RedisQueueCorrelationId ( System.Guid id ) : System
id System.Guid The identifier.
Résultat System

RedisQueueCorrelationId() public méthode

Initializes a new instance of the RedisQueueCorrelationId class.
public RedisQueueCorrelationId ( RedisQueueCorrelationIdSerialized input ) : System
input RedisQueueCorrelationIdSerialized The serialized input.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string