C# Class Brunet.PathEdgeListener.CreateState

Afficher le fichier Open project: johnynek/brunet

Méthodes publiques

Свойство Type Description
ECB EdgeListener.EdgeCreationCallback
LocalPath string
RemotePath string

Méthodes publiques

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

Method Details

CreateState() public méthode

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

HandleEC() public méthode

public HandleEC ( bool succ, Edge e, Exception x ) : void
succ bool
e Edge
x System.Exception
Résultat void

Property Details

ECB public_oe property

public EdgeListener.EdgeCreationCallback ECB
Résultat EdgeListener.EdgeCreationCallback

LocalPath public_oe property

public string LocalPath
Résultat string

RemotePath public_oe property

public string RemotePath
Résultat string