Click or drag to resize

StatementRetryPolicy Property

Gets the retry policy sets for this query, if any.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IRetryPolicy RetryPolicy { get; }

Property Value

Type: IRetryPolicy

Implements

IStatementRetryPolicy
See Also