public IAsyncResult BeginRetrieveBody(string messageId, AsyncCallback callback) { this._delegateRetrieveBody = this.RetrieveBody; return this._delegateRetrieveBody.BeginInvoke(messageId, callback, this._delegateRetrieveBody); }
public IAsyncResult BeginRetrieveBody(AsyncCallback callback) { this._delegateRetrieveBody = this.RetrieveBody; return(this._delegateRetrieveBody.BeginInvoke(callback, this._delegateRetrieveBody)); }
public IAsyncResult BeginRetrieveBody(AsyncCallback callback) { this._delegateRetrieveBody = this.RetrieveBody; return this._delegateRetrieveBody.BeginInvoke(callback, this._delegateRetrieveBody); }
public IAsyncResult BeginRetrieveBody(AsyncCallback callback) { _delegateRetrieveBody = RetrieveBody; return(_delegateRetrieveBody.BeginInvoke(callback, _delegateRetrieveBody)); }