UpdateInfoBase Constructor (String, String, String, String)

 

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

Syntax

protected UpdateInfoBase(
    string nodeName,
    string updateId,
    string updateTitle,
    string updateDescription
)
protected:
UpdateInfoBase(
    String^ nodeName,
    String^ updateId,
    String^ updateTitle,
    String^ updateDescription
)
new : 
        nodeName:string *
        updateId:string *
        updateTitle:string *
        updateDescription:string -> UpdateInfoBase
Protected Sub New (
    nodeName As String,
    updateId As String,
    updateTitle As String,
    updateDescription As String
)

Parameters

See Also

UpdateInfoBase Class
Microsoft.ClusterAwareUpdating Namespace

Return to top