IRefreshable Refresh Method NReco.Recommender Class Library

Namespace: NReco.CF.Taste.Common
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

void Refresh(
	IList<IRefreshable> alreadyRefreshed
)

Parameters

alreadyRefreshed
Type: System.Collections.Generic IList IRefreshable 
IRefreshables that are known to have already been refreshed as a result of an initial call to a Refresh(IList IRefreshable ) method on some object. This ensure that objects in a refresh dependency graph aren't refreshed twice needlessly.
See Also