Click or drag to resize
AB4D logo

BackgroundTaskStartDelegate Delegate

BackgroundTaskStartDelegate is a delegate that takes a thread index as an integer parameter and is passed to the Execute(BackgroundTaskStartDelegate) method.

Namespace: Ab3d.DirectX.Threading
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public delegate void BackgroundTaskStartDelegate(
	int threadIndex
)

Parameters

threadIndex  Int32
See Also