C# 클래스 NContrib.Web.HeartbeatPartitionResolver

상속: IPartitionResolver
파일 보기 프로젝트 열기: veracross/ncontrib

보호된 프로퍼티들

프로퍼티 타입 설명
HeartbeatInterval System.TimeSpan
Log Logger
Providers NContrib.Web.StateServer[]

공개 메소드들

메소드 설명
Initialize ( ) : void
ResolvePartition ( object key ) : string

보호된 메소드들

메소드 설명
StateServerIsAlive ( StateServer server ) : bool

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

ResolvePartition() 공개 메소드

public ResolvePartition ( object key ) : string
key object
리턴 string

StateServerIsAlive() 보호된 메소드

protected StateServerIsAlive ( StateServer server ) : bool
server StateServer
리턴 bool

프로퍼티 상세

HeartbeatInterval 보호되어 있는 프로퍼티

protected TimeSpan,System HeartbeatInterval
리턴 System.TimeSpan

Log 보호되어 있는 프로퍼티

protected Logger Log
리턴 Logger

Providers 보호되어 있는 정적으로 프로퍼티

protected static StateServer[],NContrib.Web Providers
리턴 NContrib.Web.StateServer[]