ICauPluginCallbackBase.WriteProgress Method (ProgressRecord)
Reports progress during the current operation by the plug-in.
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
void WriteProgress(
ProgressRecord pr
)
void WriteProgress(
ProgressRecord^ pr
)
abstract WriteProgress :
pr:ProgressRecord -> unit
Sub WriteProgress (
pr As ProgressRecord
)
Parameters
pr
Type: System.Management.Automation.ProgressRecordContains details about the current status/progress of the operation currently executed by the plug-in.
See Also
IClusterNodeUpdater
IClusterUpdatingPlugin
ICauPluginCallbackBase Interface
Microsoft.ClusterAwareUpdating Namespace
Return to top