Specifies whether concurrent access to UltraLite while performing a synchronization.
Visual Basic Public Property DisableConcurrency As Boolean
C# public bool DisableConcurrency { get; set; }
True to disable concurrent access to UltraLite while performing a synchronization, false to enable concurrent access. The default is false.
By default, other threads can perform UltraLite operations while a thread is synchronizing. When concurrent synchronization is disabled, other threads block on UltraLite calls until synchronization completes.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |