 | RestServerThreadPoolCurrent Property |
Get the singleton threadpool
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic static RestServerThreadPool Current { get; }Public Shared ReadOnly Property Current As RestServerThreadPool
Get
public:
static property RestServerThreadPool^ Current {
RestServerThreadPool^ get ();
}static member Current : RestServerThreadPool with get
Property Value
RestServerThreadPool
See Also