Share via


ICauPluginCallbackBase.WriteError Method (ErrorRecord)

 

Callback method for reporting errors that the plug-in encountered while running.

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

Syntax

void WriteError(
    ErrorRecord er
)
void WriteError(
    ErrorRecord^ er
)
abstract WriteError : 
        er:ErrorRecord -> unit
Sub WriteError (
    er As ErrorRecord
)

Parameters

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace

Return to top