ICauPluginCallbackBase.WriteVerbose Method (String, Object[])

 

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

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

Syntax

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

Parameters

  • verboseTextFormat
    Type: System.String

    The verbose 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
WriteVerbose Overload
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top