C# Class Brunet.Connections.Linker.RestartState

Inheritance: Brunet.Concurrent.TaskWorker
Afficher le fichier Open project: pstjuste/brunet

Protected Properties

Свойство Type Description
_first_start int
_linker Linker
_restart_attempts int
_ta Brunet.Transport.TransportAddress

Méthodes publiques

Méthode Description
RestartState ( Linker l, TransportAddress ta ) : NUnit.Framework
RestartState ( Linker l, TransportAddress ta, int remaining_attempts ) : NUnit.Framework
Start ( ) : void
ToString ( ) : string

Method Details

RestartState() public méthode

public RestartState ( Linker l, TransportAddress ta ) : NUnit.Framework
l Linker
ta Brunet.Transport.TransportAddress
Résultat NUnit.Framework

RestartState() public méthode

public RestartState ( Linker l, TransportAddress ta, int remaining_attempts ) : NUnit.Framework
l Linker
ta Brunet.Transport.TransportAddress
remaining_attempts int
Résultat NUnit.Framework

Start() public méthode

public Start ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_first_start protected_oe property

protected int _first_start
Résultat int

_linker protected_oe property

protected Linker,Brunet.Connections _linker
Résultat Linker

_restart_attempts protected_oe property

protected int _restart_attempts
Résultat int

_ta protected_oe property

protected TransportAddress,Brunet.Transport _ta
Résultat Brunet.Transport.TransportAddress