C# Class DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerMessageQueueCorrelationId

The correlation ID for the SQL server queue A GUID is used, since this needs to be different across queues
Inheritance: ICorrelationId
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the SqlServerMessageQueueCorrelationId class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

SqlServerMessageQueueCorrelationId() public méthode

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

ToString() public méthode

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