DistributedObjectInfo Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Describes a distributed object.
public class DistributedObjectInfo : IEquatable<DistributedObjectInfo>
Implements
Inherited Members
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. |