Exemplo n.º 1
0
 public IAsyncResult BeginStoreArticle(string filepath, AsyncCallback callback)
 {
     this._delegateStoreArticle = this.StoreArticle;
     return this._delegateStoreArticle.BeginInvoke(filepath, callback, this._delegateStoreArticle);
 }
Exemplo n.º 2
0
 public IAsyncResult BeginStoreArticle(string filepath, AsyncCallback callback)
 {
     this._delegateStoreArticle = this.StoreArticle;
     return(this._delegateStoreArticle.BeginInvoke(filepath, callback, this._delegateStoreArticle));
 }