/// <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); }
/// <remarks/> public void updateUnifyCustPwdAsync(updateUnifyCustPwd updateUnifyCustPwd1) { this.updateUnifyCustPwdAsync(updateUnifyCustPwd1, null); }