C# Класс DotNetWorkQueue.Configuration.QueueConfigurationRpc

The configuration module for an RPC queue
Показать файл Открыть проект

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

Метод Описание
QueueConfigurationRpc ( TransportConfigurationSend transportConfigurationSend, TransportConfigurationReceive transportConfigurationReceive, IHeaders headerNames ) : DotNetWorkQueue.Validation

Initializes a new instance of the QueueConfigurationRpc class.

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

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

Initializes a new instance of the QueueConfigurationRpc class.
public QueueConfigurationRpc ( TransportConfigurationSend transportConfigurationSend, TransportConfigurationReceive transportConfigurationReceive, IHeaders headerNames ) : DotNetWorkQueue.Validation
transportConfigurationSend TransportConfigurationSend The transport configuration send.
transportConfigurationReceive TransportConfigurationReceive The transport configuration receive.
headerNames IHeaders The header names.
Результат DotNetWorkQueue.Validation