C# Class NServiceBus.Transport.TransportReceiveInfrastructure

Represents the infrastructure of the transport used for receiving.
Afficher le fichier Open project: Particular/NServiceBus

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TransportReceiveInfrastructure ( Func messagePumpFactory, Func queueCreatorFactory, Func preStartupCheck ) : System

Creates new result.

Method Details

TransportReceiveInfrastructure() public méthode

Creates new result.
public TransportReceiveInfrastructure ( Func messagePumpFactory, Func queueCreatorFactory, Func preStartupCheck ) : System
messagePumpFactory Func
queueCreatorFactory Func
preStartupCheck Func
Résultat System