Ejemplo n.º 1
0
 public IAsyncResult BeginRetrieveBody(string messageId, AsyncCallback callback)
 {
     this._delegateRetrieveBody = this.RetrieveBody;
     return this._delegateRetrieveBody.BeginInvoke(messageId, callback, this._delegateRetrieveBody);
 }
Ejemplo n.º 2
0
 public IAsyncResult BeginRetrieveBody(AsyncCallback callback)
 {
     this._delegateRetrieveBody = this.RetrieveBody;
     return(this._delegateRetrieveBody.BeginInvoke(callback, this._delegateRetrieveBody));
 }
Ejemplo n.º 3
0
 public IAsyncResult BeginRetrieveBody(AsyncCallback callback)
 {
     this._delegateRetrieveBody = this.RetrieveBody;
     return this._delegateRetrieveBody.BeginInvoke(callback, this._delegateRetrieveBody);
 }
Ejemplo n.º 4
0
 public IAsyncResult BeginRetrieveBody(AsyncCallback callback)
 {
     _delegateRetrieveBody = RetrieveBody;
     return(_delegateRetrieveBody.BeginInvoke(callback, _delegateRetrieveBody));
 }