C# Class NContrib.Web.HeartbeatPartitionResolver

Inheritance: IPartitionResolver
Mostra file Open project: veracross/ncontrib

Protected Properties

Property Type Description
HeartbeatInterval System.TimeSpan
Log Logger
Providers NContrib.Web.StateServer[]

Public Methods

Method Description
Initialize ( ) : void
ResolvePartition ( object key ) : string

Protected Methods

Method Description
StateServerIsAlive ( StateServer server ) : bool

Method Details

Initialize() public method

public Initialize ( ) : void
return void

ResolvePartition() public method

public ResolvePartition ( object key ) : string
key object
return string

StateServerIsAlive() protected method

protected StateServerIsAlive ( StateServer server ) : bool
server StateServer
return bool

Property Details

HeartbeatInterval protected_oe property

protected TimeSpan,System HeartbeatInterval
return System.TimeSpan

Log protected_oe property

protected Logger Log
return Logger

Providers protected_oe static_oe property

protected static StateServer[],NContrib.Web Providers
return NContrib.Web.StateServer[]