Share via


CauNode Class

 

Represents a cluster node in a canonical form.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.CauNode

Syntax

[DataContractAttribute]
public class CauNode : IEquatable<CauNode>
[DataContractAttribute]
public ref class CauNode : IEquatable<CauNode^>
[<DataContractAttribute>]
type CauNode = 
    class
        interface IEquatable<CauNode>
    end
<DataContractAttribute>
Public Class CauNode
    Implements IEquatable(Of CauNode)

Constructors

Name Description
System_CAPS_pubmethod CauNode(String, Guid, String, Guid)

Properties

Name Description
System_CAPS_pubproperty ClusterId

System_CAPS_pubproperty ClusterName

System_CAPS_pubproperty NodeId

System_CAPS_pubproperty NodeName

Methods

Name Description
System_CAPS_pubmethod Equals(CauNode)

System_CAPS_pubmethod Equals(Object)

(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Overrides Object.ToString().)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(CauNode, CauNode)

System_CAPS_puboperatorSystem_CAPS_static Inequality(CauNode, CauNode)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ClusterAwareUpdating Namespace

Return to top