Click or drag to resize
ISessionWaitForSchemaAgreement Method (RowSet)

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.")]
void WaitForSchemaAgreement(
	RowSet rs
)

Parameters

rs
Type: CassandraRowSet
See Also