RouteSetRecoveryMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the modes of recovery of a session whose route set has been invalidated.
public enum class RouteSetRecoveryMode
public enum RouteSetRecoveryMode
type RouteSetRecoveryMode =
Public Enum RouteSetRecoveryMode
- Inheritance
-
RouteSetRecoveryMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | No recovery action will be taken when the route set becomes invalid. |
LimitedRetry | 1 | A limited number of attempts will be made to recover route set. |
MaximumRetry | 2 | The route set recovery could take an indefinitely long time. |