C# Class Brunet.Symphony.LeafConnectionOverlord

Inheritance: Brunet.Connections.ConnectionOverlord
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_MAX_RETRY_INTERVAL System.TimeSpan
_compensate int
_current_retry_interval System.TimeSpan
_default_retry_interval System.TimeSpan
_last_non_leaf_connection_event System.DateTime
_last_retry System.DateTime
_last_trim System.DateTime
_linker Brunet.Connections.Linker
_local Node
_rnd System.Random
_sync object

Méthodes publiques

Méthode Description
Activate ( ) : void
CheckAndConnectHandler ( object linker, EventArgs args ) : void
LeafConnectionOverlord ( Node local ) : System

Méthodes protégées

Méthode Description
LinkerFinishHandler ( object linker, EventArgs args ) : void
Trim ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

CheckAndConnectHandler() public méthode

public CheckAndConnectHandler ( object linker, EventArgs args ) : void
linker object
args System.EventArgs
Résultat void

LeafConnectionOverlord() public méthode

public LeafConnectionOverlord ( Node local ) : System
local Node
Résultat System

LinkerFinishHandler() protected méthode

protected LinkerFinishHandler ( object linker, EventArgs args ) : void
linker object
args System.EventArgs
Résultat void

Trim() protected méthode

protected Trim ( ) : void
Résultat void

Property Details

_MAX_RETRY_INTERVAL static_oe protected_oe property

static protected TimeSpan,System _MAX_RETRY_INTERVAL
Résultat System.TimeSpan

_compensate protected_oe property

protected int _compensate
Résultat int

_current_retry_interval protected_oe property

protected TimeSpan,System _current_retry_interval
Résultat System.TimeSpan

_default_retry_interval protected_oe property

protected TimeSpan,System _default_retry_interval
Résultat System.TimeSpan

_last_non_leaf_connection_event protected_oe property

protected DateTime,System _last_non_leaf_connection_event
Résultat System.DateTime

_last_retry protected_oe property

protected DateTime,System _last_retry
Résultat System.DateTime

_last_trim protected_oe property

protected DateTime,System _last_trim
Résultat System.DateTime

_linker protected_oe property

protected Linker,Brunet.Connections _linker
Résultat Brunet.Connections.Linker

_local protected_oe property

protected Node _local
Résultat Node

_rnd protected_oe property

protected Random,System _rnd
Résultat System.Random

_sync protected_oe property

protected object _sync
Résultat object