Пример #1
0
        public dt_Dyn_ChangePassword_res si_Dyn_ChangePassword_ob([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://jahwa.com/pos/crm")] dt_Dyn_ChangePassword_req mt_Dyn_ChangePassword_req)
        {
            object[] results = this.Invoke("si_Dyn_ChangePassword_ob", new object[] {
                mt_Dyn_ChangePassword_req
            });

            return((dt_Dyn_ChangePassword_res)(results[0]));
        }
Пример #2
0
 /// <remarks/>
 public void si_Dyn_ChangePassword_obAsync(dt_Dyn_ChangePassword_req mt_Dyn_ChangePassword_req, object userState)
 {
     if ((this.si_Dyn_ChangePassword_obOperationCompleted == null))
     {
         this.si_Dyn_ChangePassword_obOperationCompleted = new System.Threading.SendOrPostCallback(this.Onsi_Dyn_ChangePassword_obOperationCompleted);
     }
     this.InvokeAsync("si_Dyn_ChangePassword_ob", new object[] {
         mt_Dyn_ChangePassword_req
     }, this.si_Dyn_ChangePassword_obOperationCompleted, userState);
 }
Пример #3
0
 /// <remarks/>
 public void si_Dyn_ChangePassword_obAsync(dt_Dyn_ChangePassword_req mt_Dyn_ChangePassword_req)
 {
     this.si_Dyn_ChangePassword_obAsync(mt_Dyn_ChangePassword_req, null);
 }
Пример #4
0
 /// <remarks/>
 public System.IAsyncResult Beginsi_Dyn_ChangePassword_ob(dt_Dyn_ChangePassword_req mt_Dyn_ChangePassword_req, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("si_Dyn_ChangePassword_ob", new object[] {
         mt_Dyn_ChangePassword_req
     }, callback, asyncState));
 }