Click or drag to resize

wclThreadOnSignal Method

This procedure is called when a signal received from the other thread.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
protected virtual void OnSignal(
	byte Id
)

Parameters

Id  Byte
The user defined signal ID.
See Also