C# 클래스 Microsoft.AspNet.SignalR.Configuration.ConfigurationExtensions

파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
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.

메소드 상세

HeartbeatInterval() 공개 정적인 메소드

The interval between successively checking connection states.
public static HeartbeatInterval ( this config ) : System.TimeSpan
config 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 config ) : TimeSpan?
config this
리턴 TimeSpan?

TopicTtl() 공개 정적인 메소드

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
리턴 System.TimeSpan