C# 클래스 Brunet.Symphony.LeafConnectionOverlord

상속: Brunet.Connections.ConnectionOverlord
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
Activate ( ) : void
CheckAndConnectHandler ( object linker, EventArgs args ) : void
LeafConnectionOverlord ( Node local ) : System

보호된 메소드들

메소드 설명
LinkerFinishHandler ( object linker, EventArgs args ) : void
Trim ( ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

CheckAndConnectHandler() 공개 메소드

public CheckAndConnectHandler ( object linker, EventArgs args ) : void
linker object
args System.EventArgs
리턴 void

LeafConnectionOverlord() 공개 메소드

public LeafConnectionOverlord ( Node local ) : System
local Node
리턴 System

LinkerFinishHandler() 보호된 메소드

protected LinkerFinishHandler ( object linker, EventArgs args ) : void
linker object
args System.EventArgs
리턴 void

Trim() 보호된 메소드

protected Trim ( ) : void
리턴 void

프로퍼티 상세

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

static protected TimeSpan,System _MAX_RETRY_INTERVAL
리턴 System.TimeSpan

_compensate 보호되어 있는 프로퍼티

protected int _compensate
리턴 int

_current_retry_interval 보호되어 있는 프로퍼티

protected TimeSpan,System _current_retry_interval
리턴 System.TimeSpan

_default_retry_interval 보호되어 있는 프로퍼티

protected TimeSpan,System _default_retry_interval
리턴 System.TimeSpan

_last_non_leaf_connection_event 보호되어 있는 프로퍼티

protected DateTime,System _last_non_leaf_connection_event
리턴 System.DateTime

_last_retry 보호되어 있는 프로퍼티

protected DateTime,System _last_retry
리턴 System.DateTime

_last_trim 보호되어 있는 프로퍼티

protected DateTime,System _last_trim
리턴 System.DateTime

_linker 보호되어 있는 프로퍼티

protected Linker,Brunet.Connections _linker
리턴 Brunet.Connections.Linker

_local 보호되어 있는 프로퍼티

protected Node _local
리턴 Node

_rnd 보호되어 있는 프로퍼티

protected Random,System _rnd
리턴 System.Random

_sync 보호되어 있는 프로퍼티

protected object _sync
리턴 object