Click or drag to resize

ISessionWaitForSchemaAgreement Method (IPEndPoint)

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.")]
bool WaitForSchemaAgreement(
	IPEndPoint forHost
)

Parameters

forHost
Type: System.NetIPEndPoint

Return Value

Type: Boolean
See Also