public bool removeUser([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] oneClickRemoveUserInput arg0) { object[] results = this.Invoke("removeUser", new object[] { arg0 }); return((bool)(results[0])); }
/// <remarks/> public void removeUserAsync(oneClickRemoveUserInput arg0, object userState) { if ((this.removeUserOperationCompleted == null)) { this.removeUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveUserOperationCompleted); } this.InvokeAsync("removeUser", new object[] { arg0 }, this.removeUserOperationCompleted, userState); }
/// <remarks/> public void removeUserAsync(oneClickRemoveUserInput arg0) { this.removeUserAsync(arg0, null); }