C# Class NServiceBus.Transport.TransportSendInfrastructure

Represents the result for configuring the transport for sending.
Mostra file Open project: Particular/NServiceBus

Private Properties

Property Type Description

Public Methods

Method Description
TransportSendInfrastructure ( Func dispatcherFactory, Func preStartupCheck ) : System

Creates new result object.

Method Details

TransportSendInfrastructure() public method

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