Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets start markers for cmdlet execution, during which processing steps like logging and permission checks are performed; this method is called once at the beginning of cmd execution.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Sub BeginProcessing
'Usage
Me.BeginProcessing()
protected override sealed void BeginProcessing()
Remarks
SharePoint cmdlet execution processing is controlled by this and companion methods: StopProcessing(), InternalBeginProcessing(), InternalEndProcessing(), and other process-specific methods.