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

상속: Brunet.Concurrent.TaskWorker
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_first_start int
_linker Linker
_restart_attempts int
_ta Brunet.Transport.TransportAddress

공개 메소드들

메소드 설명
RestartState ( Linker l, TransportAddress ta ) : NUnit.Framework
RestartState ( Linker l, TransportAddress ta, int remaining_attempts ) : NUnit.Framework
Start ( ) : void
ToString ( ) : string

메소드 상세

RestartState() 공개 메소드

public RestartState ( Linker l, TransportAddress ta ) : NUnit.Framework
l Linker
ta Brunet.Transport.TransportAddress
리턴 NUnit.Framework

RestartState() 공개 메소드

public RestartState ( Linker l, TransportAddress ta, int remaining_attempts ) : NUnit.Framework
l Linker
ta Brunet.Transport.TransportAddress
remaining_attempts int
리턴 NUnit.Framework

Start() 공개 메소드

public Start ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_first_start 보호되어 있는 프로퍼티

protected int _first_start
리턴 int

_linker 보호되어 있는 프로퍼티

protected Linker,Brunet.Connections _linker
리턴 Linker

_restart_attempts 보호되어 있는 프로퍼티

protected int _restart_attempts
리턴 int

_ta 보호되어 있는 프로퍼티

protected TransportAddress,Brunet.Transport _ta
리턴 Brunet.Transport.TransportAddress