NServiceBus.InboundTransport.Configure C# (CSharp) Method

Configure() public method

public Configure ( ReadOnlySettings settings ) : TransportReceiveInfrastructure
settings ReadOnlySettings
return TransportReceiveInfrastructure
        public TransportReceiveInfrastructure Configure(ReadOnlySettings settings)
        {
            var transportInfrastructure = settings.Get<TransportInfrastructure>();
            return transportInfrastructure.ConfigureReceiveInfrastructure();
        }
    }
InboundTransport