Click or drag to resize

wclThreadSignal Method

Posts signal to the Thread.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public int Signal(
	byte Id
)

Parameters

Id  Byte
The user defined Signal ID.

Return Value

Int32
If the function succeed the returns value is WCL_E_SUCCESS. Otherwise the function returns one of the WCL error codes.
Remarks
The signal is posted to the thread. That means that the method does not wait when the Thread receives and processes the signal. Also the method can not know if thread processed the signal.
See Also