Click or drag to resize
XDL

XThreadProcess Delegate

XThread에 대한 delegate로, Thread가 시작한 경우 불리는 메쏘드를 정의한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.30
Syntax
C#
public delegate bool XThreadProcess(
	XThread thd
)

Parameters

thd
Type: Pixoneer.NXDLXThread
Thread 객체

Return Value

Type: Boolean
See Also