C# Class NServiceBus.Transport.TransportReceiveInfrastructure

Represents the infrastructure of the transport used for receiving.
ファイルを表示 Open project: Particular/NServiceBus

Private Properties

Property Type Description

Public Methods

Method Description
TransportReceiveInfrastructure ( Func messagePumpFactory, Func queueCreatorFactory, Func preStartupCheck ) : System

Creates new result.

Method Details

TransportReceiveInfrastructure() public method

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