C# Class Brunet.PathEdgeListener.CreateState

Show file Open project: johnynek/brunet

Public Properties

Property Type Description
ECB EdgeListener.EdgeCreationCallback
LocalPath string
RemotePath string

Public Methods

Method Description
CreateState ( PathEdgeListener pel, string rem, string loc, EdgeListener ecb ) : Brunet.Concurrent
HandleEC ( bool succ, Edge e, Exception x ) : void

Method Details

CreateState() public method

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

HandleEC() public method

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

Property Details

ECB public property

public EdgeListener.EdgeCreationCallback ECB
return EdgeListener.EdgeCreationCallback

LocalPath public property

public string LocalPath
return string

RemotePath public property

public string RemotePath
return string