C# Класс Erlang.NET.OtpServer

Наследование: OtpSelf
Показать файл Открыть проект

Открытые методы

Метод Описание
OtpServer ( OtpSelf self ) : System
OtpServer ( String node, String cookie ) : System
OtpServer ( String node, String cookie, int port ) : System

Описание методов

OtpServer() публичный Метод

public OtpServer ( OtpSelf self ) : System
self OtpSelf
Результат System

OtpServer() публичный Метод

public OtpServer ( String node, String cookie ) : System
node String
cookie String
Результат System

OtpServer() публичный Метод

public OtpServer ( String node, String cookie, int port ) : System
node String
cookie String
port int
Результат System