Site.DeleteMigrationJob 方法
This method deletes the migration job created by CreateMigrationJob. The job is identified by the id returned from that call.
命名空间: 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 DeleteMigrationJob ( _
id As Guid _
) As ClientResult(Of Boolean)
用法
Dim instance As Site
Dim id As Guid
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.DeleteMigrationJob(id)
public ClientResult<bool> DeleteMigrationJob(
Guid id
)
参数
id
类型:System.GuidThe ID of the job that you want to delete. This is the ID returned by CreateMigrationJob.
返回值
类型:Microsoft.SharePoint.Client.ClientResult<Boolean>
Indicates success or failure.