C# 클래스 ServiceStack.Redis.RedisPubSubServer

상속: IRedisPubSubServer
파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Redis 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeartbeatInterval TimeSpan?
HeartbeatTimeout TimeSpan

공개 메소드들

메소드 설명
Dispose ( ) : void
GetStatsDescription ( ) : string
GetStatus ( ) : string
RedisPubSubServer ( IRedisClientsManager clientsManager ) : System
Restart ( ) : void
Start ( ) : IRedisPubSubServer
Stop ( ) : void

비공개 메소드들

메소드 설명
DisposeHeartbeatTimer ( ) : void
HandleFailover ( IRedisClientsManager clientsManager ) : void
HandleUnSubscribe ( string channel ) : void
Init ( ) : void
KillBgThreadIfExists ( ) : void
NotifyAllSubscribers ( string commandType = null ) : void
Pulse ( ) : void
RunLoop ( ) : void
SendControlCommand ( int operation ) : void
SendHeartbeat ( object state ) : void
SleepBackOffMultiplier ( int continuousErrorsCount ) : void
Stop ( bool shouldRestart ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetStatsDescription() 공개 메소드

public GetStatsDescription ( ) : string
리턴 string

GetStatus() 공개 메소드

public GetStatus ( ) : string
리턴 string

RedisPubSubServer() 공개 메소드

public RedisPubSubServer ( IRedisClientsManager clientsManager ) : System
clientsManager IRedisClientsManager
리턴 System

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : IRedisPubSubServer
리턴 IRedisPubSubServer

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

HeartbeatInterval 공개적으로 프로퍼티

public TimeSpan? HeartbeatInterval
리턴 TimeSpan?

HeartbeatTimeout 공개적으로 프로퍼티

public TimeSpan HeartbeatTimeout
리턴 TimeSpan