LocalEndpointSettings.MaxRegisterRetries Property

Gets or sets the maximum number of times that the endpoint should try to recover from registration refresh failure.

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

Syntax

'Declaration
Public Property MaxRegisterRetries As Integer
    Get
    Set
'Usage
Dim instance As LocalEndpointSettings
Dim value As Integer

value = instance.MaxRegisterRetries

instance.MaxRegisterRetries = value
public int MaxRegisterRetries { get; set; }

Property Value

Type: System.Int32

Remarks

This setting is only used for registered endpoints.

After initial registration an endpoint's registration needs to be refreshed periodically or when connection failures happen. This setting dictates how many times the endpoint should retry registration upon encountering failures. When no more retries are left the endpoint is terminated.

See Also

Reference

LocalEndpointSettings Class

LocalEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace