C# Class Brunet.RoutingTester

Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_class_lock object
_node_list System.Collections.ArrayList
_node_to_port System.Collections.Hashtable
_received int
_sent int
_sorted_node_list System.Collections.SortedList
_wrongly_routed int
routing_test string

Méthodes publiques

Méthode Description
Main ( string args ) : void
Verify ( MemBlock p, ISender from, object state ) : void

Méthodes protégées

Méthode Description
CheckStatus ( ) : bool

Method Details

CheckStatus() protected static méthode

protected static CheckStatus ( ) : bool
Résultat bool

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

Verify() public static méthode

public static Verify ( MemBlock p, ISender from, object state ) : void
p MemBlock
from ISender
state object
Résultat void

Property Details

_class_lock protected_oe static_oe property

protected static object _class_lock
Résultat object

_node_list protected_oe static_oe property

protected static ArrayList,System.Collections _node_list
Résultat System.Collections.ArrayList

_node_to_port protected_oe static_oe property

protected static Hashtable,System.Collections _node_to_port
Résultat System.Collections.Hashtable

_received protected_oe static_oe property

protected static int _received
Résultat int

_sent protected_oe static_oe property

protected static int _sent
Résultat int

_sorted_node_list protected_oe static_oe property

protected static SortedList,System.Collections _sorted_node_list
Résultat System.Collections.SortedList

_wrongly_routed protected_oe static_oe property

protected static int _wrongly_routed
Résultat int

routing_test protected_oe static_oe property

protected static string routing_test
Résultat string