Exemplo n.º 1
0
        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]));
        }
Exemplo n.º 2
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);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void removeUserAsync(oneClickRemoveUserInput arg0)
 {
     this.removeUserAsync(arg0, null);
 }