SseItem<T>.ReconnectionInterval 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 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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.