/// <remarks/>
 public void si_Dyn_WechatStateTran_obAsync(dt_Dyn_WechatStateTran_req mt_Dyn_WechatStateTran_req, object userState)
 {
     if ((this.si_Dyn_WechatStateTran_obOperationCompleted == null))
     {
         this.si_Dyn_WechatStateTran_obOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsi_Dyn_WechatStateTran_obOperationCompleted);
     }
     this.InvokeAsync("si_Dyn_WechatStateTran_ob", new object[] {
         mt_Dyn_WechatStateTran_req
     }, this.si_Dyn_WechatStateTran_obOperationCompleted, userState);
 }
        public dt_Dyn_WechatStateTran_res si_Dyn_WechatStateTran_ob([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://jahwa.com/pos/crm")]
                                                                    dt_Dyn_WechatStateTran_req mt_Dyn_WechatStateTran_req)
        {
            object[] results = this.Invoke("si_Dyn_WechatStateTran_ob", new object[] {
                mt_Dyn_WechatStateTran_req
            });


            return((dt_Dyn_WechatStateTran_res)(results[0]));
        }
 /// <remarks/>
 public void si_Dyn_WechatStateTran_obAsync(dt_Dyn_WechatStateTran_req mt_Dyn_WechatStateTran_req)
 {
     this.si_Dyn_WechatStateTran_obAsync(mt_Dyn_WechatStateTran_req, null);
 }
 /// <remarks/>
 public System.IAsyncResult Beginsi_Dyn_WechatStateTran_ob(dt_Dyn_WechatStateTran_req mt_Dyn_WechatStateTran_req, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("si_Dyn_WechatStateTran_ob", new object[] {
         mt_Dyn_WechatStateTran_req
     }, callback, asyncState));
 }