.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    DistributedObjectInfo Class

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

    Describes a distributed object.

    public class DistributedObjectInfo : IEquatable<DistributedObjectInfo>
    Inheritance
    object
    DistributedObjectInfo
    Implements
    IEquatable<DistributedObjectInfo>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Properties

    Name Description
    Name

    Gets the name of the object.

    ServiceName

    Gets the service name of the object.

    Methods

    Name Description
    Equals(DistributedObjectInfo)

    Indicates whether the current object is equal to another object of the same type.

    Equals(object)

    Determines whether the specified object is equal to the current object.

    GetHashCode()

    Serves as the default hash function.

    ToString()

    Returns a string that represents the current object.

    Operators

    Name Description
    operator ==(DistributedObjectInfo, DistributedObjectInfo)

    Determines whether two DistributedObjectInfo instances are equal.

    operator !=(DistributedObjectInfo, DistributedObjectInfo)

    Determines whether two DistributedObjectInfo instances are different.

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