Click or drag to resize
ExecutionInfoTriedHosts Property
Gets the list of host that were queried before getting a valid response, being the last host the one that replied correctly.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IList<IPEndPoint> TriedHosts { get; }

Property Value

Type: IListIPEndPoint
See Also