C# Class Brunet.RoutingTester

Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property 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

Public Methods

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

Protected Methods

Method Description
CheckStatus ( ) : bool

Method Details

CheckStatus() protected static method

protected static CheckStatus ( ) : bool
return bool

Main() public static method

public static Main ( string args ) : void
args string
return void

Verify() public static method

public static Verify ( MemBlock p, ISender from, object state ) : void
p MemBlock
from ISender
state object
return void

Property Details

_class_lock protected static property

protected static object _class_lock
return object

_node_list protected static property

protected static ArrayList,System.Collections _node_list
return System.Collections.ArrayList

_node_to_port protected static property

protected static Hashtable,System.Collections _node_to_port
return System.Collections.Hashtable

_received protected static property

protected static int _received
return int

_sent protected static property

protected static int _sent
return int

_sorted_node_list protected static property

protected static SortedList,System.Collections _sorted_node_list
return System.Collections.SortedList

_wrongly_routed protected static property

protected static int _wrongly_routed
return int

routing_test protected static property

protected static string routing_test
return string