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
OTIsSynchronous
function returnstrue
if a provider is in synchronous mode or returnsfalse
if the provider is in asynchronous mode.DISCUSSION
To set a provider to synchronous mode, call theOTSetSynchronous
function. To set a provider to asynchronous mode, call theOTSetAsynchronous
function.