SPCmdlet.InternalBeginProcessing Method
This method executes inside of the BeginProcessing() method, and before pipeline parameters on that method are set, and therefore provides a means for users to add program functionality to the BeginProcessing() method.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Overridable Sub InternalBeginProcessing
'Usage
Me.InternalBeginProcessing()
protected virtual void InternalBeginProcessing()
Remarks
The BeginProcessing() method does not allow users to have access for the purpose of modifying or customizing the method's behavor. The InternalBeginProcessing() method, however, executes inside of the BeginProcessing method, and in this way allows users to execute custom actions while the BeginProcessing method executes.