Click or drag to resize
XDL

XThreadProcess Delegate

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

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

Parameters

thd  XThread
Thread 객체

Return Value

Boolean
See Also