[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
)
public static IErlTransport Create(
string transportTypeFullName,
string remoteNodeName
)
Public Shared Function Create (
transportTypeFullName As String,
remoteNodeName As String
) As IErlTransport
Public Shared Function Create (
transportTypeFullName As String,
remoteNodeName As String
) As IErlTransport
public:
static IErlTransport^ Create(
String^ transportTypeFullName,
String^ remoteNodeName
)
public:
static IErlTransport^ Create(
String^ transportTypeFullName,
String^ remoteNodeName
)
static member Create :
transportTypeFullName : string *
remoteNodeName : string -> IErlTransport
static member Create :
transportTypeFullName : string *
remoteNodeName : string -> IErlTransport
Return Value
Type:
IErlTransport