AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ PollCancel()

virtual void drama::git::Path::PollCancel ( thread::TMessHandler action)
virtual

Cancel POLLing in the GIT task

The POLL action is canceled.

The method will block until kicking of the POLL is complete (standard DRAMA 2 approach). The order in which Poll() and PollCancel() complete is undefined.

Parameters
actionA pointer to the threaded action which is executing this operation.