[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static IErlTransport Create(
string transportTypeFullName,
string remoteNodeName,
string host,
int port
)
public static IErlTransport Create(
string transportTypeFullName,
string remoteNodeName,
string host,
int port
)
Public Shared Function Create (
transportTypeFullName As String,
remoteNodeName As String,
host As String,
port As Integer
) As IErlTransport
Public Shared Function Create (
transportTypeFullName As String,
remoteNodeName As String,
host As String,
port As Integer
) As IErlTransport
public:
static IErlTransport^ Create(
String^ transportTypeFullName,
String^ remoteNodeName,
String^ host,
int port
)
public:
static IErlTransport^ Create(
String^ transportTypeFullName,
String^ remoteNodeName,
String^ host,
int port
)
static member Create :
transportTypeFullName : string *
remoteNodeName : string *
host : string *
port : int -> IErlTransport
static member Create :
transportTypeFullName : string *
remoteNodeName : string *
host : string *
port : int -> IErlTransport
Return Value
Type:
IErlTransport