AppInstance.CancelAllJobs 方法
取消應用程式執行個體的各個目前執行中週期工作。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function CancelAllJobs As ClientResult(Of Boolean)
'用途
Dim instance As AppInstance
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.CancelAllJobs()
public ClientResult<bool> CancelAllJobs()
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<Boolean>
如果與任何工作存在這個應用程式執行個體 (因此已取消),則傳回true 。即使取消有不會影響,例如只工作是無法取消工作的位置,例如解除安裝,這是大小寫。如果沒有工作已存在,則傳回false 。
備註
如果有多個工作,工作取消是非。這表示,如果這個方法同時修改的工作,因為會引發例外狀況全部],或部分工作已取消。在此情況下,使用者必須重試取消。