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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.