OTIsSynchronous
Returns a provider's current mode of execution.C INTERFACE
Boolean OTIsSynchronous(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsSynchronous();PARAMETERS
ref- The provider reference for the provider whose mode of execution you want to obtain.
DESCRIPTION
TheOTIsSynchronousfunction returnstrueif a provider is in synchronous mode or returnsfalseif the provider is in asynchronous mode.SEE ALSO
To set a provider to synchronous mode, call theOTSetSynchronousfunction (page 2-28). To set a provider to asynchronous mode, call theOTSetAsynchronousfunction (page 2-29).