/// <remarks/> public void removeUsersFromGroupAsync(string arg0, ppolUserGroup arg1, object userState) { if ((this.removeUsersFromGroupOperationCompleted == null)) { this.removeUsersFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveUsersFromGroupOperationCompleted); } this.InvokeAsync("removeUsersFromGroup", new object[] { arg0, arg1 }, this.removeUsersFromGroupOperationCompleted, userState); }
public int removeUsersFromGroup([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string arg0, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] ppolUserGroup arg1) { object[] results = this.Invoke("removeUsersFromGroup", new object[] { arg0, arg1 }); return((int)(results[0])); }
/// <remarks/> public void removeUsersFromGroupAsync(string arg0, ppolUserGroup arg1) { this.removeUsersFromGroupAsync(arg0, arg1, null); }
/// <remarks/> public void addUsersToGroupAsync(string arg0, ppolUserGroup arg1) { this.addUsersToGroupAsync(arg0, arg1, null); }