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