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