- Namespace
- Statiq
.Testing - Interfaces
-
- I
Java Script Engine Pool - IDisposable
- I
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IJavaScriptEnginePool"]
click Interface0 "/api/Statiq.Common/IJavaScriptEnginePool"
Type-.->Interface1["IDisposable"]
Type["TestJsEnginePool"]
class Type type-node
Syntax
public class TestJsEnginePool : IJavaScriptEnginePool, IDisposable
Constructors
Methods
| Name | Return Value | Summary |
|---|---|---|
| Dispose |
void | |
| GetEngine |
IJavaScriptEngine | |
| RecycleAllEngines |
void | |
| RecycleEngine |
void |