template class CCL::LambdaStateModifier
#include <asyncoperation.h> template <typename T> class LambdaStateModifier: public CCL::IAsyncStateModifier { public: // construction LambdaStateModifier (const T& lambda); };
Inherited Members
public: // methods virtual IAsyncInfo::State modifyState (const IAsyncOperation& operation) = 0;