 | CpuStatisticsEnabled Property |
Gets a value indicating whether CPU statistics were enabled for the query (to distinguish
between values being zero or disabled CPU statistics).
Namespace:
SphinxConnector.Common
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool Enabled { get; }
Public ReadOnly Property Enabled As Boolean
Get
Property Value
Type:
Boolean
Remarks
This property returns false if Sphinx wasn't started with the --cpustats parameter.
See Also