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
- I
Java Script Engine Pool
Syntax
void RecycleEngine(IJavaScriptEngine engine)
Parameters
Name | Type | Description |
---|---|---|
engine | IJavaScriptEngine | The JavaScript engine. |