FDO API Reference Feature Data Objects

static FdoSemaphore* FdoSemaphore::Create FdoBoolean semaphore,
FdoException ex
[inline, static]
 

Constructs a new semaphore.

Parameters:
semaphore Input the semaphore switch. If true, then the given exception is thrown. If false, then semaphore is set to true. semaphore is set back to false when this object is deleted.
ex Input the exception to throw when semaphore is true.
Returns:
Returns FdoSemaphore

Definition at line 54 of file Semaphore.h.

References FdoSemaphore().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.