Click or drag to resize

IExecutionProfileRetryPolicy Property

Retrieves the RetryPolicy set on this profile. It's

null
if not set.

See RetryPolicy for additional context on this setting.

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

Property Value

Type: IExtendedRetryPolicy
See Also