| RestServerThreadPoolCurrent Property |
Get the singleton threadpool
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public 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
Type:
RestServerThreadPoolSee Also