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: 6.0.0
Syntax
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