Click or drag to resize
ISessionWaitForSchemaAgreement Method (IPEndPoint)

Note: This API is now obsolete.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
[ObsoleteAttribute("Method deprecated. The driver internally waits for schema agreement when there is an schema change. See ProtocolOptions.MaxSchemaAgreementWaitSeconds for more info.")]
bool WaitForSchemaAgreement(
	IPEndPoint forHost
)

Parameters

forHost
Type: System.NetIPEndPoint

Return Value

Type: Boolean
See Also