IThreadPoolService
Summary
Operations
Operation
Response/Return
Input/Parameter
Description
Implementations
DefaultThreadPoolService - (SanteDB.Core.Api)
Description
Implementers may choose to register a [IThreadPoolService](http://santesuite.org/assets/doc/net/html/T_SanteDB_Core_Services_IThreadPoolService.htm) which uses the .NET [ThreadPool](https://docs.microsoft.com/en-us/dotnet/api/system.threading.threadpool) (see: [NetThreadPoolService](http://santesuite.org/assets/doc/net/html/T_SanteDB_Core_Services_Impl_NetThreadPoolService.htm)),
or they can choose to use this separate thread pool service. There are several advantages to using the SanteDB thread pool rather than the
.NET thread pool including:
Service Registration
NetThreadPoolService - (SanteDB.Core.Api)
Description
Service Registration
Example Implementation
References
Last updated
Was this helpful?