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