Click or drag to resize

SphinxStatusInfo Class

Provides the name and value of a status variable of searchd.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxStatusInfo

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[SerializableAttribute]
public class SphinxStatusInfo

The SphinxStatusInfo type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the status variable.
Public propertyValue
Gets the value of the status variable.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also