Example #1
0
 public IAsyncResult BeginStoreBody(string filepath, AsyncCallback callback)
 {
     this._delegateStoreBody = this.StoreBody;
     return this._delegateStoreBody.BeginInvoke(filepath, callback, this._delegateStoreBody);
 }
Example #2
0
 public IAsyncResult BeginStoreBody(string filepath, AsyncCallback callback)
 {
     this._delegateStoreBody = this.StoreBody;
     return(this._delegateStoreBody.BeginInvoke(filepath, callback, this._delegateStoreBody));
 }