C# Class Brunet.PathEdge

Inheritance: Edge, IDataHandler
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
LocalPath string
RemotePath string

Méthodes publiques

Méthode Description
Close ( ) : bool
HandleData ( MemBlock b, ISender ret, object state ) : void
PathEdge ( Edge e, string local_path, string remote_path ) : Brunet.Concurrent
Send ( ICopyable p ) : void
Subscribe ( ) : void

Méthodes protégées

Méthode Description
HandleUnderClose ( object edge, EventArgs args ) : void

Method Details

Close() public méthode

public Close ( ) : bool
Résultat bool

HandleData() public méthode

public HandleData ( MemBlock b, ISender ret, object state ) : void
b MemBlock
ret ISender
state object
Résultat void

HandleUnderClose() protected méthode

protected HandleUnderClose ( object edge, EventArgs args ) : void
edge object
args System.EventArgs
Résultat void

PathEdge() public méthode

public PathEdge ( Edge e, string local_path, string remote_path ) : Brunet.Concurrent
e Edge
local_path string
remote_path string
Résultat Brunet.Concurrent

Send() public méthode

public Send ( ICopyable p ) : void
p ICopyable
Résultat void

Subscribe() public méthode

public Subscribe ( ) : void
Résultat void

Property Details

LocalPath public_oe property

public string LocalPath
Résultat string

RemotePath public_oe property

public string RemotePath
Résultat string