Share via


ICauPluginCallbackBase.WriteDebug Method (String, Object[])

 

Reports a message to the debug stream.

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

Syntax

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

Parameters

  • debugTextFormat
    Type: System.String

    The composite format string of the debug 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
WriteDebug Overload
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top