RouteSetRecoveryMode Enum

Definition

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

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.

None 0

No recovery action will be taken when the route set becomes invalid.

Applies to