예제 #1
0
 public IAsyncResult BeginStoreArticle(int index, string filePath, AsyncCallback callback)
 {
     this._delegateStoreArticleInt = this.StoreArticle;
     return this._delegateStoreArticleInt.BeginInvoke(index, filePath, callback, this._delegateStoreArticleInt);
 }
예제 #2
0
 public IAsyncResult BeginStoreArticle(int index, string filePath, AsyncCallback callback)
 {
     this._delegateStoreArticleInt = this.StoreArticle;
     return(this._delegateStoreArticleInt.BeginInvoke(index, filePath, callback, this._delegateStoreArticleInt));
 }