Click or drag to resize

Address Class

Represents an address of a member in the cluster.
Inheritance Hierarchy
SystemObject
  Hazelcast.IOAddress

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public sealed class Address

The Address type exposes the following members.

Constructors
  NameDescription
Public methodAddress
Initializes a new instance of the Address class
Public methodAddress(IPEndPoint)
Creates a new Address
Public methodAddress(IPAddress, Int32)
Initializes a new instance of the Address class
Public methodAddress(String, Int32)
Initializes a new instance of the Address class
Public methodAddress(String, IPAddress, Int32)
Initializes a new instance of the Address class
Top
Methods
Fields
  NameDescription
Public fieldStatic memberId
Top
Remarks
Represents an address of a member in the cluster.
See Also