Click or drag to resize

ISessionWaitForSchemaAgreement Method (RowSet)

Note: This API is now obsolete.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.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: DseRowSet
See Also