setDisableConcurrency method

Specifies whether to disable or enable concurrent access to UltraLite while performing a synchronization.

Syntax
setDisableConcurrency( Boolean value );
Parameters
  • value   Set to true to disable concurrent synchronization, or set to false to enable concurrent synchronization.

Remarks

By default, other threads may perform UltraLite operations while a thread is synchronizing. When concurrent synchronization is disabled, other threads block on UltraLite calls until the synchronization has completed.