CBFS Filter 2020 C++ Builder Edition

Questions / Feedback?

WorkerThreadTermination Event

Fires just before a worker thread is terminated.

Syntax

typedef struct {
} TcbfCBRegistryWorkerThreadTerminationEventParams;

typedef void __fastcall (__closure *TcbfCBRegistryWorkerThreadTerminationEvent)(System::TObject* Sender, TcbfCBRegistryWorkerThreadTerminationEventParams *e);

__property TcbfCBRegistryWorkerThreadTerminationEvent OnWorkerThreadTermination = { read=FOnWorkerThreadTermination, write=FOnWorkerThreadTermination };

Remarks

This event fires just before a worker thread is terminated, in the context of that worker thread.

This event is optional; it is provided to give applications a chance to perform additional processing before a worker thread is terminated, such as deallocating per-thread objects.

The component maintains a pool of worker threads and uses them to fire events; please refer to the Threading and Concurrency topic for more information.

Any errors that occur during this event are ignored.

This event is fired synchronously; please refer to the Event Types topic for more information.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Filter 2020 C++ Builder Edition - Version 20.0 [Build 8317]