3 references to MaxBatchSize
System.ServiceModel (3)
System\ServiceModel\Configuration\TransactedBatchingElement.cs (3)
12[ConfigurationProperty(ConfigurationStrings.MaxBatchSize, DefaultValue = 0)] 16get { return (int)base[ConfigurationStrings.MaxBatchSize]; } 17set { base[ConfigurationStrings.MaxBatchSize] = value; }