CauWmiObject Constructor (Guid, String, String)

 

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

Syntax

public CauWmiObject(
    Guid orchestratorId,
    string objectType,
    string nodeName
)
public:
CauWmiObject(
    Guid orchestratorId,
    String^ objectType,
    String^ nodeName
)
new : 
        orchestratorId:Guid *
        objectType:string *
        nodeName:string -> CauWmiObject
Public Sub New (
    orchestratorId As Guid,
    objectType As String,
    nodeName As String
)

Parameters

See Also

CauWmiObject Class
Microsoft.ClusterAwareUpdating Namespace

Return to top