Example #1
0
        public Response SetCountItem([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] CountItem count_item)
        {
            object[] results = this.Invoke("SetCountItem", new object[] {
                count_item
            });

            return((Response)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginSetCountItem(CountItem count_item, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("SetCountItem", new object[] {
         count_item
     }, callback, asyncState));
 }