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