C# 클래스 Microsoft.AspNetCore.SignalR.Configuration.TransportOptionsExtensions

파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

공개 메소드들

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