コード例 #1
0
 /// <remarks/>
 public void si_GetPoint_obAsync(dt_Dyn_GetPoint_req mt_Dyn_GetPoint_req, object userState)
 {
     if ((this.si_GetPoint_obOperationCompleted == null))
     {
         this.si_GetPoint_obOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsi_GetPoint_obOperationCompleted);
     }
     this.InvokeAsync("si_GetPoint_ob", new object[] {
         mt_Dyn_GetPoint_req
     }, this.si_GetPoint_obOperationCompleted, userState);
 }
コード例 #2
0
        public dt_Dyn_GetPoint_res si_GetPoint_ob([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://jahwa.com/pos/crm")]
                                                  dt_Dyn_GetPoint_req mt_Dyn_GetPoint_req)
        {
            object[] results = this.Invoke("si_GetPoint_ob", new object[] {
                mt_Dyn_GetPoint_req
            });


            return((dt_Dyn_GetPoint_res)(results[0]));
        }
コード例 #3
0
 /// <remarks/>
 public void si_GetPoint_obAsync(dt_Dyn_GetPoint_req mt_Dyn_GetPoint_req)
 {
     this.si_GetPoint_obAsync(mt_Dyn_GetPoint_req, null);
 }
コード例 #4
0
 /// <remarks/>
 public System.IAsyncResult Beginsi_GetPoint_ob(dt_Dyn_GetPoint_req mt_Dyn_GetPoint_req, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("si_GetPoint_ob", new object[] {
         mt_Dyn_GetPoint_req
     }, callback, asyncState));
 }