4 references to MaxPendingMessagesPerChannelString
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\BufferedReceiveElement.cs (4)
21[ConfigurationProperty(MaxPendingMessagesPerChannelString, DefaultValue = BufferedReceiveServiceBehavior.DefaultMaxPendingMessagesPerChannel)] 26get { return (int)base[MaxPendingMessagesPerChannelString]; } 27set { base[MaxPendingMessagesPerChannelString] = value; } 48properties.Add(new ConfigurationProperty(MaxPendingMessagesPerChannelString, typeof(Int32), BufferedReceiveServiceBehavior.DefaultMaxPendingMessagesPerChannel, new Int32Converter(), new IntegerValidator(1, Int32.MaxValue), ConfigurationPropertyOptions.None));