SPCmdlet.StopProcessing 方法

停止记录情况下在用户停止该 cmdlet 以异步方式处理。PowerShell 通过调用此方法,当用户降临的键 Ctrl c。

命名空间:  Microsoft.SharePoint.PowerShell
程序集:  Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)

语法

声明
Protected Overrides NotOverridable Sub StopProcessing
用法

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

另请参阅

引用

SPCmdlet 类

SPCmdlet 成员

Microsoft.SharePoint.PowerShell 命名空间

Cmdlet.StopProcessing