Share via


ICauPluginCallbackBase.WriteDebug Method (String)

 

Reports a message to the debug stream.

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

Syntax

void WriteDebug(
    string debugText
)
void WriteDebug(
    String^ debugText
)
abstract WriteDebug : 
        debugText:string -> unit
Sub WriteDebug (
    debugText As String
)

Parameters

  • debugText
    Type: System.String

    The debug message reported by the plug-in.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
WriteDebug Overload
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top