Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncParms class

CheckpointStore property Next Page

DisableConcurrency property


Specifies whether concurrent access to UltraLite while performing a synchronization.

Syntax

Visual Basic

Public Property DisableConcurrency As Boolean

C#

public bool DisableConcurrency { get; set; }

Property value

True to disable concurrent access to UltraLite while performing a synchronization, false to enable concurrent access. The default is false.

Remarks

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.

See also