ICauPluginCallbackBase.WriteVerbose Method (String)

 

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

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

Syntax

void WriteVerbose(
    string verboseText
)
void WriteVerbose(
    String^ verboseText
)
abstract WriteVerbose : 
        verboseText:string -> unit
Sub WriteVerbose (
    verboseText As String
)

Parameters

  • verboseText
    Type: System.String

    The verbose message reported by the plug-in.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
WriteVerbose Overload
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top