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