Click or drag to resize
ScoreAsyncRecalculator Constructor
Initializes a new instance of the ScoreAsyncRecalculator class.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public ScoreAsyncRecalculator(
	ScoreInfo score
)

Parameters

score
Type: CMS.OnlineMarketingScoreInfo
Score to be evaluated
Exceptions
ExceptionCondition
ArgumentNullExceptionscore is null
See Also