Ejemplo n.º 1
0
 public IAsyncResult BeginRetrieveBody(int index, AsyncCallback callback)
 {
     this._delegateRetrieveBodyInt = this.RetrieveBody;
     return this._delegateRetrieveBodyInt.BeginInvoke(index, callback, this._delegateRetrieveBodyInt);
 }
Ejemplo n.º 2
0
 public IAsyncResult BeginRetrieveBody(int index, AsyncCallback callback)
 {
     this._delegateRetrieveBodyInt = this.RetrieveBody;
     return(this._delegateRetrieveBodyInt.BeginInvoke(index, callback, this._delegateRetrieveBodyInt));
 }