Click or drag to resize

IThreadPoolServiceGetWorkerStatus Method

Get worker status

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void GetWorkerStatus(
	out int totalWorkers,
	out int availableWorkers,
	out int waitingInQueue
)

Parameters

totalWorkers  Int32

[Missing <param name="totalWorkers"/> documentation for "M:SanteDB.Core.Services.IThreadPoolService.GetWorkerStatus(System.Int32@,System.Int32@,System.Int32@)"]

availableWorkers  Int32

[Missing <param name="availableWorkers"/> documentation for "M:SanteDB.Core.Services.IThreadPoolService.GetWorkerStatus(System.Int32@,System.Int32@,System.Int32@)"]

waitingInQueue  Int32

[Missing <param name="waitingInQueue"/> documentation for "M:SanteDB.Core.Services.IThreadPoolService.GetWorkerStatus(System.Int32@,System.Int32@,System.Int32@)"]

See Also