/// <remarks/> public void updateUserAsync(string arg0, ppolUser arg1, object userState) { if ((this.updateUserOperationCompleted == null)) { this.updateUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateUserOperationCompleted); } this.InvokeAsync("updateUser", new object[] { arg0, arg1 }, this.updateUserOperationCompleted, userState); }
/// <remarks/> public void updateUserAsync(string arg0, ppolUser arg1) { this.updateUserAsync(arg0, arg1, null); }
public ppolAuthentication updateUser([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string arg0, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] ppolUser arg1) { object[] results = this.Invoke("updateUser", new object[] { arg0, arg1 }); return((ppolAuthentication)(results[0])); }