C# Класс paramore.brighter.commandprocessor.ReplyAddress

Class ReplyAddress. The addrees to reply to when doing request-reply and not publish-subscribe
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ReplyAddress ( string topic, System.Guid correlationId ) : System

Initializes a new instance of the ReplyAddress class.

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

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

Initializes a new instance of the ReplyAddress class.
public ReplyAddress ( string topic, System.Guid correlationId ) : System
topic string The topic.
correlationId System.Guid The correlation identifier.
Результат System