Click or drag to resize

CqlQueryOptionsSetRetryPolicy Method

Sets the retry policy for the query.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public CqlQueryOptions SetRetryPolicy(
	IRetryPolicy retryPolicy
)

Parameters

retryPolicy
Type: DseIRetryPolicy

Return Value

Type: CqlQueryOptions
See Also