C# Class Microsoft.AspNet.SignalR.Configuration.ConfigurationExtensions

ファイルを表示 Open project: SignalR/SignalR

Public Methods

Method Description
HeartbeatInterval ( this config ) : System.TimeSpan

The interval between successively checking connection states.

KeepAliveTimeout ( this config ) : TimeSpan?

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

TopicTtl ( this config ) : System.TimeSpan

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

Method Details

HeartbeatInterval() public static method

The interval between successively checking connection states.
public static HeartbeatInterval ( this config ) : System.TimeSpan
config this
return System.TimeSpan

KeepAliveTimeout() public static method

The amount of time the client should wait without seeing a keep alive before trying to reconnect.
public static KeepAliveTimeout ( this config ) : TimeSpan?
config this
return TimeSpan?

TopicTtl() public static method

The amount of time a Topic should stay in memory after its last subscriber is removed.
public static TopicTtl ( this config ) : System.TimeSpan
config this
return System.TimeSpan