Important: The information in this document is obsolete and should not be used for new development.
OTIsSynchronous
Determines whether a provider is asynchronous.C INTERFACE
Boolean OTIsSynchronous(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsSynchronous();PARAMETERS
ref- The provider reference for the provider whose mode you want to obtain.
 - function result
 - The
 OTIsSynchronousfunction returnstrueif a provider is in synchronous mode or returnsfalseif the provider is in asynchronous mode.DISCUSSION
To set a provider to synchronous mode, call theOTSetSynchronousfunction. To set a provider to asynchronous mode, call theOTSetAsynchronousfunction.