RecycleEngine(IJavaScriptEngine) Method
Disposes the specified engine and removes it from the pool. A new engine will be created in it's place.
Namespace
Statiq.Common
Containing Type
IJavaScriptEnginePool

Syntax

void RecycleEngine(IJavaScriptEngine engine)

Parameters

Name Type Description
engine IJavaScriptEngine The JavaScript engine.