ReadRetryDecision Type
Represents the action to take when `JVRead` returns a non-payload outcome.
Union cases
| Union case |
Description
|
Full Usage:
Abort
|
|
|
|
Full Usage:
Skip
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAbort
Returns: bool
|
|
Full Usage:
this.IsRetryAfter
Returns: bool
|
|
Full Usage:
this.IsSkip
Returns: bool
|
|
Xanthos