API Guides > ConceptRT 3.x
ThreadsAutoSectionExecute Class Reference

Auto section execute helper class. More...

Detailed Description

Auto section execute helper class.

Public Member Methods

 ThreadsAutoSectionExecute ()
 Default constructor. More...
 
void Enter ()
 Enter the section. More...
 
bool MustLeave ()
 Query if it must leave the section. More...
 

Constructor & Destructor Documentation

Default constructor.

Methods Documentation

void Enter ( )

Enter the section.

bool MustLeave ( )

Query if it must leave the section.

Returns
True if yes, false if not.