Click or drag to resize

DefaultThreadPoolServiceQueueUserWorkItem Method (ActionObject)

Queue a work item to be completed

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> callback
)

Parameters

callback
Type: SystemActionObject

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

Implements

IThreadPoolServiceQueueUserWorkItem(ActionObject)
See Also