Skip to content

RetryInfo

ZjzMisaka edited this page Apr 19, 2024 · 1 revision

Properties

[Get only] Current retry count.

int CurrentRetryCount;

[Get only] Max retry count. Same as RetryOption.MaxRetryCount.

int MaxRetryCount;

[Get only] Unlimited or Limited. Same as RetryOption.RetryPolicy.

RetryPolicy RetryPolicy;

If set to true, even if the retry count is not full or unlimited, subsequent retries will be aborted.

bool StopRetry;