Exemplo n.º 1
0
 public void InjectAsync(Alayaz.CM.DN432.WebCrawl.ImpInvoiceServiceReference.users arg0, object userState)
 {
     if ((this.onBeginInjectDelegate == null))
     {
         this.onBeginInjectDelegate = new BeginOperationDelegate(this.OnBeginInject);
     }
     if ((this.onEndInjectDelegate == null))
     {
         this.onEndInjectDelegate = new EndOperationDelegate(this.OnEndInject);
     }
     if ((this.onInjectCompletedDelegate == null))
     {
         this.onInjectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnInjectCompleted);
     }
     base.InvokeAsync(this.onBeginInjectDelegate, new object[] {
         arg0
     }, this.onEndInjectDelegate, this.onInjectCompletedDelegate, userState);
 }
Exemplo n.º 2
0
 public void InjectAsync(Alayaz.CM.DN432.WebCrawl.ImpInvoiceServiceReference.users arg0)
 {
     this.InjectAsync(arg0, null);
 }
Exemplo n.º 3
0
 public System.IAsyncResult BeginInject(Alayaz.CM.DN432.WebCrawl.ImpInvoiceServiceReference.users arg0, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginInject(arg0, callback, asyncState));
 }
Exemplo n.º 4
0
 private System.IAsyncResult OnBeginInject(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     Alayaz.CM.DN432.WebCrawl.ImpInvoiceServiceReference.users arg0 = ((Alayaz.CM.DN432.WebCrawl.ImpInvoiceServiceReference.users)(inValues[0]));
     return(this.BeginInject(arg0, callback, asyncState));
 }
Exemplo n.º 5
0
 public bool Inject(Alayaz.CM.DN432.WebCrawl.ImpInvoiceServiceReference.users arg0)
 {
     return(base.Channel.Inject(arg0));
 }