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.481-alpha
Syntax
void GetWorkerStatus(
	out int totalWorkers,
	out int availableWorkers,
	out int waitingInQueue
)

Parameters

totalWorkers
Type: SystemInt32

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

availableWorkers
Type: SystemInt32

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

waitingInQueue
Type: SystemInt32

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

See Also