Click or drag to resize
DbParamsICollectionIsSynchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
bool ICollection.IsSynchronized { get; }

Return Value

Type: Boolean
true if access to the ICollection is synchronized (thread safe); otherwise, false.

Implements

ICollectionIsSynchronized
See Also