.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    PublisherAddress Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    The class provides information about publisher address of the topic message.

    public class PublisherAddress : IIdentifiedDataSerializable
    Inheritance
    object
    PublisherAddress
    Implements
    IIdentifiedDataSerializable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Properties

    Name Description
    ClassId

    Gets the identifier of the class.

    FactoryId

    Gets the identifier of the IDataSerializableFactory that can create instances of the class.

    IpEndPoint

    IP and Port information belong to publisher.

    IsIpV4

    Whether the publisher address type IP v4 or not.

    IsIpV6

    Whether the publisher address type IP v6 or not.

    Methods

    Name Description
    ReadData(IObjectDataInput)

    Deserializes the object by reading from an IObjectDataInput.

    WriteData(IObjectDataOutput)

    Serializes the object by writing to an IObjectDataOutput.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.