Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and initializes a new instance of RouteSetRecoverySettings.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
routeSetRecoveryMode As RouteSetRecoveryMode _
)
'Usage
Dim routeSetRecoveryMode As RouteSetRecoveryMode
Dim instance As New RouteSetRecoverySettings(routeSetRecoveryMode)
public RouteSetRecoverySettings(
RouteSetRecoveryMode routeSetRecoveryMode
)
Parameters
- routeSetRecoveryMode
Type: Microsoft.Rtc.Signaling.RouteSetRecoveryMode
The recovery mode used to recover from route set failures.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when the recovery mode specified is not a valid enum value. |
See Also
Reference
RouteSetRecoverySettings Class