Share via


UpdateInfo Constructor (String, String, String, String)

 

Creates an instance of the UpdateInfo class.

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

Syntax

public UpdateInfo(
    string nodeName,
    string updateId,
    string updateTitle,
    string updateDescription
)
public:
UpdateInfo(
    String^ nodeName,
    String^ updateId,
    String^ updateTitle,
    String^ updateDescription
)
new : 
        nodeName:string *
        updateId:string *
        updateTitle:string *
        updateDescription:string -> UpdateInfo
Public Sub New (
    nodeName As String,
    updateId As String,
    updateTitle As String,
    updateDescription As String
)

Parameters

  • nodeName
    Type: System.String

    The name of the node that was scanned.

  • updateId
    Type: System.String

    The unique identifier for the update.

  • updateDescription
    Type: System.String

    The description of the update.

See Also

UpdateInfo Class
Microsoft.ClusterAwareUpdating Namespace

Return to top