 | IThreadPoolServiceGetWorkerStatus Method |
Get worker status
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid GetWorkerStatus(
out int totalWorkers,
out int availableWorkers,
out int waitingInQueue
)
Sub GetWorkerStatus (
<OutAttribute> ByRef totalWorkers As Integer,
<OutAttribute> ByRef availableWorkers As Integer,
<OutAttribute> ByRef waitingInQueue As Integer
)
void GetWorkerStatus(
[OutAttribute] int% totalWorkers,
[OutAttribute] int% availableWorkers,
[OutAttribute] int% waitingInQueue
)
abstract GetWorkerStatus :
totalWorkers : int byref *
availableWorkers : int byref *
waitingInQueue : int byref -> unit 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