Class ErlTransportFactory
Factory of IErlTransport
Inheritance
System.Object
ErlTransportFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Erlang
Assembly: NFX.Erlang.dll
Syntax
public static class ErlTransportFactory
Methods
Create(String, String)
Declaration
public static IErlTransport Create(string transportTypeFullName, string remoteNodeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | transportTypeFullName | |
System.String | remoteNodeName |
Returns
Type | Description |
---|---|
IErlTransport |
Create(String, String, String, Int32)
Declaration
public static IErlTransport Create(string transportTypeFullName, string remoteNodeName, string host, int port)
Parameters
Type | Name | Description |
---|---|---|
System.String | transportTypeFullName | |
System.String | remoteNodeName | |
System.String | host | |
System.Int32 | port |
Returns
Type | Description |
---|---|
IErlTransport |