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
- clusterName
Type: System.String
- clusterId
Type: System.Guid
- nodeName
Type: System.String
- nodeId
Type: System.Guid
See Also
CauNode Class
Microsoft.ClusterAwareUpdating Namespace
Return to top