 | JavascriptExecutorPoolCurrent Property |
Get the singleton threadpool
Namespace:
SanteDB.BusinessRules.JavaScript
Assembly:
SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 2.2.1
Syntaxpublic static JavascriptExecutorPool Current { get; }
Public Shared ReadOnly Property Current As JavascriptExecutorPool
Get
public:
static property JavascriptExecutorPool^ Current {
JavascriptExecutorPool^ get ();
}
static member Current : JavascriptExecutorPool with get
Property Value
Type:
JavascriptExecutorPool
See Also