Click or drag to resize

SphinxQLParameterCollectionSyncRoot Property

Specifies the Object to be used to synchronize access to the collection.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override Object SyncRoot { get; }

Property Value

Type: Object

Return Value

Type: Object
A Object to be used to synchronize access to the SphinxQLParameterCollection.

Implements

ICollectionSyncRoot
See Also