C# 클래스 DotNetWorkQueue.Configuration.QueueConfigurationRpc

The configuration module for an RPC queue
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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