コード例 #1
0
ファイル: Reference.cs プロジェクト: Pattaranon/calbeepda-app
        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]));
        }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Pattaranon/calbeepda-app
 /// <remarks/>
 public System.IAsyncResult BeginSetCountItem(CountItem count_item, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("SetCountItem", new object[] {
         count_item
     }, callback, asyncState));
 }