C# 클래스 Brunet.Connections.Linker.LinkerTask

파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_ct ConnectionType
_local Address
_target Address
_task_diff string

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
LinkerTask ( Address local, Address target, string ct, string task_diff ) : NUnit.Framework

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LinkerTask() 공개 메소드

public LinkerTask ( Address local, Address target, string ct, string task_diff ) : NUnit.Framework
local Address
target Address
ct string
task_diff string
리턴 NUnit.Framework

프로퍼티 상세

_ct 보호되어 있는 프로퍼티

protected ConnectionType _ct
리턴 ConnectionType

_local 보호되어 있는 프로퍼티

protected Address _local
리턴 Address

_target 보호되어 있는 프로퍼티

protected Address _target
리턴 Address

_task_diff 보호되어 있는 프로퍼티

protected string _task_diff
리턴 string