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 | |
---|---|---|
CauNode(String, Guid, String, Guid) |
Properties
Name | Description | |
---|---|---|
ClusterId | ||
ClusterName | ||
NodeId | ||
NodeName |
Methods
Name | Description | |
---|---|---|
Equals(CauNode) | ||
Equals(Object) | (Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Overrides Object.ToString().) |
Operators
Name | Description | |
---|---|---|
Equality(CauNode, CauNode) | ||
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