Exemplo n.º 1
0
 /// <remarks/>
 public void updateUnifyCustPwdAsync(updateUnifyCustPwd updateUnifyCustPwd1, object userState) {
     if ((this.updateUnifyCustPwdOperationCompleted == null)) {
         this.updateUnifyCustPwdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateUnifyCustPwdOperationCompleted);
     }
     this.InvokeAsync("updateUnifyCustPwd", new object[] {
                 updateUnifyCustPwd1}, this.updateUnifyCustPwdOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void updateUnifyCustPwdAsync(updateUnifyCustPwd updateUnifyCustPwd1) {
     this.updateUnifyCustPwdAsync(updateUnifyCustPwd1, null);
 }