LocalEndpoint.MaxRegisterRetries Property

Definition

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

public:
 property int MaxRegisterRetries { int get(); };
public int MaxRegisterRetries { get; }
member this.MaxRegisterRetries : int
Public ReadOnly Property MaxRegisterRetries As Integer

Property Value

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.

Applies to