バージョン

RemoveCompletedTaskData メソッド

完了したタスクの実装固有のデータが削除される方法を指定するオーバーライド。
シンタックス
'宣言
 
Protected Overridable Sub RemoveCompletedTaskData( _
   ByVal taskDataHolder As AsyncVirtualDataSourceProviderTaskDataHolder, _
   ByVal completed As Integer _
) 
protected virtual void RemoveCompletedTaskData( 
   AsyncVirtualDataSourceProviderTaskDataHolder taskDataHolder,
   int completed
)

パラメータ

taskDataHolder
実装固有のデータのホルダー。
completed
完了したタスクのインデックス。
参照