Share via


ClusterUpdatingPluginAttribute Constructor (String)

 

Creates an instance of the ClusterUpdatingPluginAttribute.

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

Syntax

public ClusterUpdatingPluginAttribute(
    string pluginName
)
public:
ClusterUpdatingPluginAttribute(
    String^ pluginName
)
new : 
        pluginName:string -> ClusterUpdatingPluginAttribute
Public Sub New (
    pluginName As String
)

Parameters

  • pluginName
    Type: System.String

    The name of the plug-in. Ensure that pluginName is unique, for example "Contoso.Product.CauPlugin".

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
ClusterUpdatingPluginAttribute Class
Microsoft.ClusterAwareUpdating Namespace

Return to top