Пример #1
0
 public IAsyncResult BeginStoreHeader(int index, string filePath, AsyncCallback callback)
 {
     this._delegateStoreHeaderInt = this.StoreHeader;
     return this._delegateStoreHeaderInt.BeginInvoke(index, filePath, callback, this._delegateStoreHeaderInt);
 }
Пример #2
0
 public IAsyncResult BeginStoreHeader(int index, string filePath, AsyncCallback callback)
 {
     this._delegateStoreHeaderInt = this.StoreHeader;
     return(this._delegateStoreHeaderInt.BeginInvoke(index, filePath, callback, this._delegateStoreHeaderInt));
 }