Del via


SseItem<T>.ReconnectionInterval Property

Definition

Gets the event's retry interval.

public:
 property Nullable<TimeSpan> ReconnectionInterval { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? ReconnectionInterval { get; init; }
member this.ReconnectionInterval : Nullable<TimeSpan> with get, set
Public Property ReconnectionInterval As Nullable(Of TimeSpan)

Property Value

Remarks

When specified on an event, instructs the client to update its reconnection time to the specified value.

Applies to