SPCmdlet.InternalStopProcessing Method
Provides a means for users to add program functionality to the StopProcessing() function.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Overridable Sub InternalStopProcessing
'Usage
Me.InternalStopProcessing()
protected virtual void InternalStopProcessing()
Remarks
The StopProcessing() method does not allow users to have access for the purpose of modifying or customizing the method's behavior. The InternalStopProcessing() method, however, executes inside of the StopProcessing method, and in this way allows users to execute custom actions while the StopProcessing method executes.