Esempio n. 1
0
 /// <remarks/>
 public void removeJunkEntryRequestAsync(removeJunkEntryRequest removeJunkEntryRequest1)
 {
     this.removeJunkEntryRequestAsync(removeJunkEntryRequest1, null);
 }
Esempio n. 2
0
 /// <remarks/>
 public void removeJunkEntryRequestAsync(removeJunkEntryRequest removeJunkEntryRequest1, object userState)
 {
     if ((this.removeJunkEntryRequestOperationCompleted == null)) {
         this.removeJunkEntryRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveJunkEntryRequestOperationCompleted);
     }
     this.InvokeAsync("removeJunkEntryRequest", new object[] {
                 removeJunkEntryRequest1}, this.removeJunkEntryRequestOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public System.IAsyncResult BeginremoveJunkEntryRequest(removeJunkEntryRequest removeJunkEntryRequest1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("removeJunkEntryRequest", new object[] {
                 removeJunkEntryRequest1}, callback, asyncState);
 }