| Address Constructor (String, Int32) |
Initializes a new instance of the
Address class
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public Address(
string host,
int port
)
Public Sub New (
host As String,
port As Integer
)
public:
Address(
String^ host,
int port
)
new :
host : string *
port : int -> Address
Parameters
- host
- Type: SystemString
- port
- Type: SystemInt32
See Also