AmazonMWS1.MarketplaceWebServiceProductsConfig.WithMaxErrorRetry C# (CSharp) Method

WithMaxErrorRetry() public method

Sets the MaxErrorRetry property
public WithMaxErrorRetry ( int maxErrorRetry ) : MarketplaceWebServiceProductsConfig
maxErrorRetry int MaxErrorRetry property
return MarketplaceWebServiceProductsConfig
        public MarketplaceWebServiceProductsConfig WithMaxErrorRetry(int maxErrorRetry)
        {
            this.maxErrorRetry = maxErrorRetry;
            return this;
        }