NServiceBus.TimeoutManagerConfigurationExtensions.TimeoutManager C# (CSharp) Method

TimeoutManager() public static method

Configures the timeout manager.
public static TimeoutManager ( this endpointConfiguration ) : TimeoutManagerConfiguration
endpointConfiguration this
return TimeoutManagerConfiguration
        public static TimeoutManagerConfiguration TimeoutManager(this EndpointConfiguration endpointConfiguration)
        {
            return new TimeoutManagerConfiguration(endpointConfiguration.Settings);
        }