RetryDecisionKind enumeration

Enumerates the kinds of retry decisions.

public enum RetryDecisionKind

Values

name value description
Retry 0 Indicates that the callback should be retried.
Stop 1 Indicates that no further retries should be attempted.

See Also