Share via


RealTimeEndpoint.IsDialogResiliencySupported Property

NOTE: This API is now obsolete.

[Obsolete]Use ApplyRouteSetRecoverySettings method and RouteSetRecoveryMode property instead. Gets or sets value indicating if recovery attempt from failure in a dialog's signaling path is supported

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property will be removed from future versions. Please use RealTimeEndpoint.ApplyRouteSetRecoverySettings() or RealTimeEndpoint.RouteSetRecoveryMode instead.")> _
Public Property IsDialogResiliencySupported As Boolean
    Get
    Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As Boolean

value = instance.IsDialogResiliencySupported

instance.IsDialogResiliencySupported = value
[ObsoleteAttribute("This property will be removed from future versions. Please use RealTimeEndpoint.ApplyRouteSetRecoverySettings() or RealTimeEndpoint.RouteSetRecoveryMode instead.")]
public bool IsDialogResiliencySupported { get; set; }

Property Value

Type: System.Boolean

Remarks

If the signaling path in an established dialog becomes invalid due to a failure of one of the elements in the path, a new signaling path, if possible, would be automatically established when this property is set.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace