C# 클래스 Brunet.PathEdgeListener.CreateState

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

공개 프로퍼티들

프로퍼티 타입 설명
ECB EdgeListener.EdgeCreationCallback
LocalPath string
RemotePath string

공개 메소드들

메소드 설명
CreateState ( PathEdgeListener pel, string rem, string loc, EdgeListener ecb ) : Brunet.Concurrent
HandleEC ( bool succ, Edge e, Exception x ) : void

메소드 상세

CreateState() 공개 메소드

public CreateState ( PathEdgeListener pel, string rem, string loc, EdgeListener ecb ) : Brunet.Concurrent
pel PathEdgeListener
rem string
loc string
ecb EdgeListener
리턴 Brunet.Concurrent

HandleEC() 공개 메소드

public HandleEC ( bool succ, Edge e, Exception x ) : void
succ bool
e Edge
x System.Exception
리턴 void

프로퍼티 상세

ECB 공개적으로 프로퍼티

public EdgeListener.EdgeCreationCallback ECB
리턴 EdgeListener.EdgeCreationCallback

LocalPath 공개적으로 프로퍼티

public string LocalPath
리턴 string

RemotePath 공개적으로 프로퍼티

public string RemotePath
리턴 string