Click or drag to resize

wclThreadOnInitialize Method

The method called by the thread when it just started. An application must override this method to execute initialization code.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
protected virtual bool OnInitialize()

Return Value

Boolean
If initialization completed successfully the function must return true. Otherwise the function must return false.
Remarks
The default implementation always returns true.
See Also