CauNode Constructor (String, Guid, String, Guid)

 

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

Syntax

public CauNode(
    string clusterName,
    Guid clusterId,
    string nodeName,
    Guid nodeId
)
public:
CauNode(
    String^ clusterName,
    Guid clusterId,
    String^ nodeName,
    Guid nodeId
)
new : 
        clusterName:string *
        clusterId:Guid *
        nodeName:string *
        nodeId:Guid -> CauNode
Public Sub New (
    clusterName As String,
    clusterId As Guid,
    nodeName As String,
    nodeId As Guid
)

Parameters

See Also

CauNode Class
Microsoft.ClusterAwareUpdating Namespace

Return to top