--- dao/DaoMqPump2/DaoMqGUI/Service References/ServiceReference1/Reference.cs 2013/08/27 06:49:36 2057 +++ dao/DaoMqPump2/DaoMqGUI/Service References/ServiceReference1/Reference.cs 2013/08/28 06:45:20 2058 @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.586 +// Runtime Version:4.0.30319.2012 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -26,6 +26,9 @@ private int counterField; [System.Runtime.Serialization.OptionalFieldAttribute()] + private int discardedCounterField; + + [System.Runtime.Serialization.OptionalFieldAttribute()] private string lastErrorMessageField; [System.Runtime.Serialization.OptionalFieldAttribute()] @@ -65,6 +68,19 @@ } } } + + [System.Runtime.Serialization.DataMemberAttribute()] + public int discardedCounter { + get { + return this.discardedCounterField; + } + set { + if ((this.discardedCounterField.Equals(value) != true)) { + this.discardedCounterField = value; + this.RaisePropertyChanged("discardedCounter"); + } + } + } [System.Runtime.Serialization.DataMemberAttribute()] public string lastErrorMessage {