SphinxQLParameterCollectionSyncRoot Property

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override Object SyncRoot { get; }

Property Value

Object

Return Value

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

Implements

ICollectionSyncRoot

See Also