C# 클래스 Brunet.RoutingTester

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
Main ( string args ) : void
Verify ( MemBlock p, ISender from, object state ) : void

보호된 메소드들

메소드 설명
CheckStatus ( ) : bool

메소드 상세

CheckStatus() 보호된 정적인 메소드

protected static CheckStatus ( ) : bool
리턴 bool

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Verify() 공개 정적인 메소드

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

프로퍼티 상세

_class_lock 보호되어 있는 정적으로 프로퍼티

protected static object _class_lock
리턴 object

_node_list 보호되어 있는 정적으로 프로퍼티

protected static ArrayList,System.Collections _node_list
리턴 System.Collections.ArrayList

_node_to_port 보호되어 있는 정적으로 프로퍼티

protected static Hashtable,System.Collections _node_to_port
리턴 System.Collections.Hashtable

_received 보호되어 있는 정적으로 프로퍼티

protected static int _received
리턴 int

_sent 보호되어 있는 정적으로 프로퍼티

protected static int _sent
리턴 int

_sorted_node_list 보호되어 있는 정적으로 프로퍼티

protected static SortedList,System.Collections _sorted_node_list
리턴 System.Collections.SortedList

_wrongly_routed 보호되어 있는 정적으로 프로퍼티

protected static int _wrongly_routed
리턴 int

routing_test 보호되어 있는 정적으로 프로퍼티

protected static string routing_test
리턴 string