コード例 #1
0
ファイル: NewsGroup.cs プロジェクト: haoasqui/MailSystem.NET
 public IAsyncResult BeginStoreHeader(int index, string filePath, AsyncCallback callback)
 {
     this._delegateStoreHeaderInt = this.StoreHeader;
     return this._delegateStoreHeaderInt.BeginInvoke(index, filePath, callback, this._delegateStoreHeaderInt);
 }
コード例 #2
0
ファイル: NewsGroup.cs プロジェクト: slavat/MailSystem.NET
 public IAsyncResult BeginStoreHeader(int index, string filePath, AsyncCallback callback)
 {
     this._delegateStoreHeaderInt = this.StoreHeader;
     return(this._delegateStoreHeaderInt.BeginInvoke(index, filePath, callback, this._delegateStoreHeaderInt));
 }