CircuitOptions.DisconnectedCircuitMaxRetained Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.