SPCmdlet.ProcessRecord method

Provides record-by-record processing functionality for the cmdlet and logs entries for the execution of each record. This method is called once for every piped object (that is, for every record).

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Protected Overrides NotOverridable Sub ProcessRecord
'Usage

Me.ProcessRecord()
protected override sealed void ProcessRecord()

See also

Reference

SPCmdlet class

SPCmdlet members

Microsoft.SharePoint.PowerShell namespace

Cmdlet.ProcessRecord