Click or drag to resize

NetThreadPoolServiceQueueUserWorkItem Method (ActionObject)

Queue user work item to the .NET ThreadPool

Namespace:  SanteDB.Core.Services.Impl
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public void QueueUserWorkItem(
	Action<Object> action
)

Parameters

action
Type: SystemActionObject

[Missing <param name="action"/> documentation for "M:SanteDB.Core.Services.Impl.NetThreadPoolService.QueueUserWorkItem(System.Action{System.Object})"]

Implements

IThreadPoolServiceQueueUserWorkItem(ActionObject)
See Also