C# Class Brunet.Applications.Tests.NetworkTest.ResultState

Stores the results for a single node
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
CurrentAttempt int
Hops short[]
RTTs System.TimeSpan[]
StartTime System.DateTime
Target Address

Méthodes publiques

Méthode Description
ResultState ( Address target ) : Brunet.Concurrent

Method Details

ResultState() public méthode

public ResultState ( Address target ) : Brunet.Concurrent
target Address
Résultat Brunet.Concurrent

Property Details

CurrentAttempt public_oe property

Current attempt
public int CurrentAttempt
Résultat int

Hops public_oe property

Hops from the remote node to the local node
public short[] Hops
Résultat short[]

RTTs public_oe property

RTTs between the local and remote nodes
public TimeSpan[],System RTTs
Résultat System.TimeSpan[]

StartTime public_oe property

Start time of the current attempt
public DateTime,System StartTime
Résultat System.DateTime

Target public_oe property

The remote node
public Address Target
Résultat Address