C# 클래스 NServiceBus.Transport.TransportSendInfrastructure

Represents the result for configuring the transport for sending.
파일 보기 프로젝트 열기: Particular/NServiceBus

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TransportSendInfrastructure ( Func dispatcherFactory, Func preStartupCheck ) : System

Creates new result object.

메소드 상세

TransportSendInfrastructure() 공개 메소드

Creates new result object.
public TransportSendInfrastructure ( Func dispatcherFactory, Func preStartupCheck ) : System
dispatcherFactory Func
preStartupCheck Func
리턴 System