Exemplo n.º 1
0
 /// <remarks/>
 public void DeleteUserConfigurationAsync(DeleteUserConfigurationType DeleteUserConfiguration1)
 {
     this.DeleteUserConfigurationAsync(DeleteUserConfiguration1, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void DeleteUserConfigurationAsync(DeleteUserConfigurationType DeleteUserConfiguration1, object userState)
 {
     if ((this.DeleteUserConfigurationOperationCompleted == null))
     {
         this.DeleteUserConfigurationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteUserConfigurationOperationCompleted);
     }
     this.InvokeAsync("DeleteUserConfiguration", new object[] {
             DeleteUserConfiguration1}, this.DeleteUserConfigurationOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginDeleteUserConfiguration(DeleteUserConfigurationType DeleteUserConfiguration1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("DeleteUserConfiguration", new object[] {
             DeleteUserConfiguration1}, callback, asyncState);
 }