Share via


ICauPluginCallbackBase.WriteWarning Method (String, Object[])

 

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

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

Syntax

void WriteWarning(
    string warningTextFormat,
    params object[] inserts
)
void WriteWarning(
    String^ warningTextFormat,
    ... array<Object^>^ inserts
)
abstract WriteWarning : 
        warningTextFormat:string *
        [<ParamArrayAttribute>] inserts:Object[] -> unit
Sub WriteWarning (
    warningTextFormat As String,
    ParamArray inserts As Object()
)

Parameters

  • warningTextFormat
    Type: System.String

    The warning message reported by the plug-in.

  • inserts
    Type: System.Object[]

    An object array that contains zero or more objects to format.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
WriteWarning Overload
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top