 | SphinxClientIsConnected Property |
Note: This API is now obsolete.
Gets a value indicating whether the current instance is connected to Sphinx.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax[ObsoleteAttribute("This property has been marked as obsolete because it can not be used to reliably determine whether the underlying socket is connected to Sphinx or not.")]
public bool IsConnected { get; }
<ObsoleteAttribute("This property has been marked as obsolete because it can not be used to reliably determine whether the underlying socket is connected to Sphinx or not.")>
Public ReadOnly Property IsConnected As Boolean
Get
Property Value
Type:
Boolean
Remarks
This property checks whether a connection to Sphinx has been opened
and checks the
Connected property of the socket of the connection.
See Also