Ejemplo n.º 1
0
        internal BusBuilderConfiguration()
        {
            DefaultTimeout = TimeSpan.FromSeconds(10);
            MaxDeliveryAttempts = 5;
            Logger = new NullLogger();

            Debugging = new BusDebuggingConfiguration();
        }
Ejemplo n.º 2
0
 internal BusBuilderConfiguration()
 {
     Logger = new NullLogger();
     Debugging = new BusDebuggingConfiguration();
 }