C# Класс Microsoft.AspNetCore.SignalR.Configuration.TransportOptionsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
HeartbeatInterval ( this options ) : System.TimeSpan

The interval between successively checking connection states.

KeepAliveTimeout ( this options ) : TimeSpan?

The amount of time the client should wait without seeing a keep alive before trying to reconnect.

TopicTtl ( this options ) : System.TimeSpan

The amount of time a Topic should stay in memory after its last subscriber is removed.

Описание методов

HeartbeatInterval() публичный статический Метод

The interval between successively checking connection states.
public static HeartbeatInterval ( this options ) : System.TimeSpan
options this
Результат System.TimeSpan

KeepAliveTimeout() публичный статический Метод

The amount of time the client should wait without seeing a keep alive before trying to reconnect.
public static KeepAliveTimeout ( this options ) : TimeSpan?
options this
Результат TimeSpan?

TopicTtl() публичный статический Метод

The amount of time a Topic should stay in memory after its last subscriber is removed.
public static TopicTtl ( this options ) : System.TimeSpan
options this
Результат System.TimeSpan