Click or drag to resize

IInitializerContactPoints Property

Gets the initial Cassandra hosts to connect to.See Builder.AddContactPoint for more details on contact

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
ICollection<IPEndPoint> ContactPoints { get; }

Property Value

Type: ICollectionIPEndPoint
See Also