Ejemplo n.º 1
0
 /// <remarks/>
 public void removeProxyUserRequestAsync(removeProxyUserRequest removeProxyUserRequest1)
 {
     this.removeProxyUserRequestAsync(removeProxyUserRequest1, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void removeProxyUserRequestAsync(removeProxyUserRequest removeProxyUserRequest1, object userState)
 {
     if ((this.removeProxyUserRequestOperationCompleted == null)) {
         this.removeProxyUserRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveProxyUserRequestOperationCompleted);
     }
     this.InvokeAsync("removeProxyUserRequest", new object[] {
                 removeProxyUserRequest1}, this.removeProxyUserRequestOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginremoveProxyUserRequest(removeProxyUserRequest removeProxyUserRequest1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("removeProxyUserRequest", new object[] {
                 removeProxyUserRequest1}, callback, asyncState);
 }