C# Class Erlang.NET.OtpServer

Inheritance: OtpSelf
Show file Open project: takayuki/Erlang.NET

Public Methods

Method Description
OtpServer ( OtpSelf self ) : System
OtpServer ( String node, String cookie ) : System
OtpServer ( String node, String cookie, int port ) : System

Method Details

OtpServer() public method

public OtpServer ( OtpSelf self ) : System
self OtpSelf
return System

OtpServer() public method

public OtpServer ( String node, String cookie ) : System
node String
cookie String
return System

OtpServer() public method

public OtpServer ( String node, String cookie, int port ) : System
node String
cookie String
port int
return System