C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueId

The primary ID for a message in the SQLite transport
Inheritance: IMessageId
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
SqLiteMessageQueueId ( long id ) : System.Globalization

Initializes a new instance of the SqLiteMessageQueueId class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

SqLiteMessageQueueId() public méthode

Initializes a new instance of the SqLiteMessageQueueId class.
public SqLiteMessageQueueId ( long id ) : System.Globalization
id long The identifier.
Résultat System.Globalization

ToString() public méthode

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