C# 클래스 ServiceStack.Redis.Support.Diagnostic.TrackingRedisClientsManager

Tracks each IRedisClient instance allocated from the IRedisClientsManager logging when they are allocated and disposed. Periodically writes the allocated instances to the log for diagnostic purposes.
상속: IRedisClientsManager
파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Redis

공개 메소드들

메소드 설명
Dispose ( ) : void
GetCacheClient ( ) : ICacheClient
GetReadOnlyCacheClient ( ) : ICacheClient
TrackingRedisClientsManager ( IRedisClientsManager redisClientsManager ) : System

비공개 메소드들

메소드 설명
DumpState ( ) : void
GetClient ( ) : IRedisClient
GetReadOnlyClient ( ) : IRedisClient
TrackInstance ( MethodBase callingMethodType, string method, IRedisClient instance ) : IRedisClient

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCacheClient() 공개 메소드

public GetCacheClient ( ) : ICacheClient
리턴 ICacheClient

GetReadOnlyCacheClient() 공개 메소드

public GetReadOnlyCacheClient ( ) : ICacheClient
리턴 ICacheClient

TrackingRedisClientsManager() 공개 메소드

public TrackingRedisClientsManager ( IRedisClientsManager redisClientsManager ) : System
redisClientsManager IRedisClientsManager
리턴 System