Свойство | Type | Description | |
---|---|---|---|
_cache | bool>.TimeBasedCache | ||
_main_type | ConnectionType | ||
_ta_auth |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
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 ( |
public ConnectionDesired ( Address addr ) : bool | ||
addr | Address | |
Résultat | bool |
protected FailedConnectionAttempt ( Address addr ) : void | ||
addr | Address | |
Résultat | void |
protected HandleEviction ( object sender, bool>.TimeBasedCache ea ) : void | ||
sender | object | |
ea | bool>.TimeBasedCache | |
Résultat | void |
protected LostConnection ( |
||
con | ||
Résultat | void |
protected ObtainedConnection ( |
||
con | ||
Résultat | void |
public OnDemandConnectionOverlord ( Node node ) : System | ||
node | Node | |
Résultat | System |
protected static ConnectionType _main_type | ||
Résultat | ConnectionType |