Click or drag to resize

RestServerThreadPoolGetWorkerStatus Method

Get worker status

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public void GetWorkerStatus(
	out int totalWorkers,
	out int availableWorkers,
	out int waitingQueue
)

Parameters

totalWorkers
Type: SystemInt32

[Missing <param name="totalWorkers"/> documentation for "M:RestSrvr.RestServerThreadPool.GetWorkerStatus(System.Int32@,System.Int32@,System.Int32@)"]

availableWorkers
Type: SystemInt32

[Missing <param name="availableWorkers"/> documentation for "M:RestSrvr.RestServerThreadPool.GetWorkerStatus(System.Int32@,System.Int32@,System.Int32@)"]

waitingQueue
Type: SystemInt32

[Missing <param name="waitingQueue"/> documentation for "M:RestSrvr.RestServerThreadPool.GetWorkerStatus(System.Int32@,System.Int32@,System.Int32@)"]

See Also