Share via


LoadAll Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Loads and precompiles all expressions in the expression store database, and updates the expressions cache.

Namespace:  Microsoft.CommerceServer.Runtime.Targeting
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub LoadAll
'Usage
Dim instance As ExpressionEvaluator

instance.LoadAll()
public void LoadAll()
public:
void LoadAll()
public function LoadAll()

Exceptions

Exception Condition
CommerceTargetingException

All the failures.

Remarks

Loads and precompiles all expressions in the expression store database, and updates the expressions cache.

Permissions

See Also

Reference

ExpressionEvaluator Class

ExpressionEvaluator Members

Microsoft.CommerceServer.Runtime.Targeting Namespace