Click or drag to resize

NetThreadPoolServiceQueueUserWorkItemTParm Method (ActionTParm, TParm)

Queue worker

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

Parameters

action
Type: SystemActionTParm

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

parm
Type: TParm

[Missing <param name="parm"/> documentation for "M:SanteDB.Core.Services.Impl.NetThreadPoolService.QueueUserWorkItem``1(System.Action{``0},``0)"]

Type Parameters

TParm

[Missing <typeparam name="TParm"/> documentation for "M:SanteDB.Core.Services.Impl.NetThreadPoolService.QueueUserWorkItem``1(System.Action{``0},``0)"]

Implements

IThreadPoolServiceQueueUserWorkItemTParam(ActionTParam, TParam)
See Also