C# 클래스 NServiceBus.Transport.TransportReceiveInfrastructure

Represents the infrastructure of the transport used for receiving.
파일 보기 프로젝트 열기: Particular/NServiceBus

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TransportReceiveInfrastructure ( Func messagePumpFactory, Func queueCreatorFactory, Func preStartupCheck ) : System

Creates new result.

메소드 상세

TransportReceiveInfrastructure() 공개 메소드

Creates new result.
public TransportReceiveInfrastructure ( Func messagePumpFactory, Func queueCreatorFactory, Func preStartupCheck ) : System
messagePumpFactory Func
queueCreatorFactory Func
preStartupCheck Func
리턴 System