Share via


LocalEndpoint.MaxRegisterRetries Property

Gets 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 ReadOnly Property MaxRegisterRetries As Integer
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As Integer

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

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

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace