C# Class Erlang.NET.OtpSelf

Inheritance: OtpLocalNode
Afficher le fichier Open project: takayuki/Erlang.NET Class Usage Examples

Méthodes publiques

Méthode Description
OtpSelf ( String node ) : System
OtpSelf ( String node, String cookie ) : System
OtpSelf ( String node, String cookie, int port ) : System
accept ( ) : OtpConnection
connect ( Erlang.NET.OtpPeer other ) : OtpConnection
publishPort ( ) : bool
unPublishPort ( ) : void

Method Details

OtpSelf() public méthode

public OtpSelf ( String node ) : System
node String
Résultat System

OtpSelf() public méthode

public OtpSelf ( String node, String cookie ) : System
node String
cookie String
Résultat System

OtpSelf() public méthode

public OtpSelf ( String node, String cookie, int port ) : System
node String
cookie String
port int
Résultat System

accept() public méthode

public accept ( ) : OtpConnection
Résultat OtpConnection

connect() public méthode

public connect ( Erlang.NET.OtpPeer other ) : OtpConnection
other Erlang.NET.OtpPeer
Résultat OtpConnection

publishPort() public méthode

public publishPort ( ) : bool
Résultat bool

unPublishPort() public méthode

public unPublishPort ( ) : void
Résultat void