Share via


ICauPluginCallbackBase.WriteWarning Method (String)

 

Callback method used by the plug-in to report warning messages (without string formatting).

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

Syntax

void WriteWarning(
    string warningText
)
void WriteWarning(
    String^ warningText
)
abstract WriteWarning : 
        warningText:string -> unit
Sub WriteWarning (
    warningText As String
)

Parameters

  • warningText
    Type: System.String

    The warning message reported by the plug-in.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
WriteWarning Overload
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top