Click or drag to resize

IThreadPoolService Interface

Represents a thread pooling service

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IThreadPoolService : IServiceImplementation

The IThreadPoolService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetWorkerStatus Get worker status
Public methodQueueUserWorkItem(ActionObject) Queues the specified action into the worker pool
Public methodQueueUserWorkItemTParam(ActionTParam, TParam) Queue user work item
Top
See Also