C# Класс DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueCorrelationId

The correlation ID for the SQLite queue A GUID is used, since this needs to be different accross queues
Наследование: ICorrelationId
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SqLiteMessageQueueCorrelationId ( System.Guid id ) : System

Initializes a new instance of the SqLiteMessageQueueCorrelationId class.

ToString ( ) : string

Returns a System.String that represents this instance.

Описание методов

SqLiteMessageQueueCorrelationId() публичный Метод

Initializes a new instance of the SqLiteMessageQueueCorrelationId class.
public SqLiteMessageQueueCorrelationId ( System.Guid id ) : System
id System.Guid The identifier.
Результат System

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string