MetadataCheckSchemaAgreementAsync Method  | 
 
            Initiates a schema agreement check.
            
            Schema changes need to be propagated to all nodes in the cluster.
            Once they have settled on a common version, we say that they are in agreement.
            
            This method does not perform retries so
            
MaxSchemaAgreementWaitSeconds does not apply. 
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic Task<bool> CheckSchemaAgreementAsync()
Return Value
Type: 
TaskBooleanTrue if schema agreement was successful and false if it was not successful.
See Also