프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_cache | bool>.TimeBasedCache | ||
_main_type | ConnectionType | ||
_ta_auth |
메소드 | 설명 | |
---|---|---|
ConnectionDesired ( Address addr ) : bool | ||
OnDemandConnectionOverlord ( Node node ) : System | ||
Set ( Address addr ) : void | ||
Stop ( ) : void |
Need to call stop in order to stop the recycling of the cache.
|
|
Unset ( Address addr ) : void |
메소드 | 설명 | |
---|---|---|
FailedConnectionAttempt ( Address addr ) : void | ||
HandleEviction ( object sender, bool>.TimeBasedCache ea ) : void |
When we get an eviction, we need to consider disconnecting the connection.
|
|
LostConnection ( |
||
ObtainedConnection ( |
protected FailedConnectionAttempt ( Address addr ) : void | ||
addr | Address | |
리턴 | void |
protected HandleEviction ( object sender, bool>.TimeBasedCache ea ) : void | ||
sender | object | |
ea | bool>.TimeBasedCache | |
리턴 | void |
protected ObtainedConnection ( |
||
con | ||
리턴 | void |
public OnDemandConnectionOverlord ( Node node ) : System | ||
node | Node | |
리턴 | System |