CircuitOptions.DisconnectedCircuitMaxRetained Property

Definition

Gets or sets a value that determines the maximum number of disconnected circuit state details are retained by the server.

When a client disconnects, ASP.NET Core Components attempts to retain state on the server for an interval. This allows the client to re-establish a connection to the existing circuit on the server without losing any state in the event of transient connection issues.

This value determines the maximum number of circuit states retained by the server.

public:
 property int DisconnectedCircuitMaxRetained { int get(); void set(int value); };
public int DisconnectedCircuitMaxRetained { get; set; }
member this.DisconnectedCircuitMaxRetained : int with get, set
Public Property DisconnectedCircuitMaxRetained As Integer

Property Value

Defaults to 100.

Applies to