Click or drag to resize

DefaultThreadPoolServiceQueueUserWorkItemTParm Method (ActionTParm, TParm)

Queue a user work item with the specified parameters

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> callback,
	TParm state
)

Parameters

callback
Type: SystemActionTParm

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

state
Type: TParm

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

Type Parameters

TParm

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

Implements

IThreadPoolServiceQueueUserWorkItemTParam(ActionTParam, TParam)
See Also