C# Class Erlang.NET.OtpServer

Inheritance: OtpSelf
Afficher le fichier Open project: takayuki/Erlang.NET

Méthodes publiques

Méthode Description
OtpServer ( OtpSelf self ) : System
OtpServer ( String node, String cookie ) : System
OtpServer ( String node, String cookie, int port ) : System

Method Details

OtpServer() public méthode

public OtpServer ( OtpSelf self ) : System
self OtpSelf
Résultat System

OtpServer() public méthode

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

OtpServer() public méthode

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